nushell

CLI

A new type of shell that understands structured data.

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

3 curated recipes · not yet executed by the harness#shell#structured-data#pipeline#cross-platform

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Start nushell

~99% est.
nu

List files as table

~97% est.
ls | where size > 1mb

Parse JSON from command

~93% est.
http get https://api.github.com/repos/nushell/nushell | get stargazers_count

Install

Homebrewbrew install nushell
Cargocargo install nu

Agent notes

When to use
Data-driven shell scripting where structured output is needed

Use from an agent

curl -s https://clihub.com/api/tools/nushell | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug nushell on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views