nushell

CLI

A new type of shell that understands structured data.

14 views

Installation

Homebrewbrew install nushell
Cargocargo install nu

Links

License

MIT

AI Agent Notes

Shell that treats output as structured data (tables, JSON, etc.)

When to use

Data-driven shell scripting where structured output is needed

Proven Recipes

Start nushell🟢 99% success
nu
List files as table🟢 97% success
ls | where size > 1mb
Parse JSON from command🟢 93% success
http get https://api.github.com/repos/nushell/nushell | get stargazers_count