Remix.run Logo
kragen 5 days ago

Interesting, what's it called? How does it compare to Andy Chu's Oil?

hnlmorg 4 days ago | parent [-]

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.

kragen 4 days ago | parent [-]

Interesting! Thanks for the link!