I find this project interesting
But doesn't it look like too monolithic? That will have problems with maintenance and scaling? And features that overlap with many already existing cli tools?
I think Nu generally plays nicely with other CLI tools and data sources. For example if you've got an external executable that emits JSON, all it takes is `from json` to convert that output to a Nushell table.
It's so wildly awesome to deal with data natively in nushell than donhacky shit with jq and strings... In bash. No thanks.
You can try this one too