So any other #nushell enthusiasts out there? It's like rust, functional programming and bash had a beautiful baby and I love it so much. The expressiveness and helpful error messages are a godsend and let me actually compose useful shell pipelines without googling everything.
π§΅
π§΅
Comments
Yaml to json? `open file.yml | to json`
JSON to CSV? `open file.json | to csv`
And so on
What's like the top 2-3 best things about it? I pretty much just run `cargo test` and `cargo run` to be fair
2) Structured data, pipes pass around "objects", not just text. Makes operating on them easier.
3) Great UX, the error messages are extremely good, pretty much Rust-style since you're used to that.
The cool thing about shells is you can just drop in and mess around now and then, it's what I've been doing and it's been more than enough to impress :)