We would be able to use standard pipelines and jq to filter/query outputs, without any custom shells.
Just imagine:
ifconfig --json | jq '.[] | [.interface, .inet] | @tsv'
It's integrated into a lot of FreeBSD's command line tooling, and is very useful, when it's available.
Ed: I'd say from a quick glance that I think I rather prefer nushell to powershell
We would be able to use standard pipelines and jq to filter/query outputs, without any custom shells.
Just imagine: