| ▲ | torginus 6 hours ago | ||||||||||||||||||||||
I might be ignorant, but it looks to me like a slightly Rust-ified Bash, not sure if there's any standout features here - if there are could somebody point those out? I kind of hate to admit, but in many ways Powershell is stil king of the shell game (haha) - the fact that it's object based (with autocomplete!) and has a proper JIT, meaning it's fast enough in processing pretty much anything just with native shell scripts (certainly not true for Bash or Python!) gives it a very different feel. Afaik there are object based shells, but none are fast enough to be generally faster or as fast as the disk is, meaning you need to resort to tricks for heavy-duty processing. Too bad Microsoft messed up the ergonomics, and using it feels like pulling teeth. | |||||||||||||||||||||||
| ▲ | Philpax 6 hours ago | parent [-] | ||||||||||||||||||||||
Have you tried nushell? | |||||||||||||||||||||||
| |||||||||||||||||||||||