Comment by hnlmorg
11 days ago
There’s loads of good shells and text editors written in other languages.
I’m the author of a shell written in Go and it’s more capable than Zsh.
11 days ago
There’s loads of good shells and text editors written in other languages.
I’m the author of a shell written in Go and it’s more capable than Zsh.
Interesting, what's it called? How does it compare to Andy Chu's Oil?
It’s called Murex: https://github.com/lmorg/murex
It’s a typed shell. So you can do jq-like data manipulation against a plethora of different documents. Unlike Zsh et al that are still ostensibly limited to just whitespace-delimited lists.
Interesting! Thanks for the link!