I really don’t care that a new shell is written in rust. I care to see examples of how it actually would be better than bash.
Is this true? I don't know Rust so I'm probably missing context. Obvious kudos to OP for writing a shell.
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.
In which case, why not just go with nushell https://www.nushell.sh/