For those of you unaware: https://nushell.sh/
This is by far the most unique shell out there, since it doesn’t use raw text as output/input to command line calls, but instead an actual data structure. It’s like if every CLI call returned a database table, in a way.
You must log in or register to comment.
More specifically answering your question of is it worth learning:
It’s very interesting because it’s very different to other shells.
- Structured data piping
- Native format transformations
- Think of Nu as a Compiled Language
- Data centered approach, more than command oriented