nushell
Modern shell that treats data as structured information
TLDR
SYNOPSIS
nu [options] [script]
DESCRIPTION
nushell (command: nu) is a modern shell that treats data as structured information rather than plain text. It brings spreadsheet-like data manipulation to the command line with built-in support for JSON, CSV, YAML, SQLite, Excel, and more.
Nu pipelines use structured data so you can safely select, filter, and sort the same way every time. It draws inspiration from PowerShell, functional programming languages, and modern CLI tools. It is cross-platform with first-class support for Windows, macOS, and Linux.
PARAMETERS
-c COMMAND
Execute a command string and exit.--config FILE
Specify a configuration file.
CONFIGURATION
$nu.config-path
Configuration file location (use `$nu.config-path` to find it).
CAVEATS
Not fully POSIX-compatible. Some Bash scripts and idioms do not work directly in Nushell. Plugin ecosystem is still evolving.
HISTORY
nushell was created by Yehuda Katz and Jonathan Turner and is written in Rust. Development started in 2019.

