

Nu Shell
This project has reached a minimum-viable product level of quality. While contributors dogfood it as their daily driver, it may be unstable for some commands. Future releases will work fill out missing features and improve stability.
Features
Properties
- Lightweight
Features
- Command line interface
- Autocompletion
- Syntax Highlighting
- Portable
- Extensible by Plugins/Extensions
- Support for scripting
- Rust
Tags
- shell-replacement
Nu Shell News & Activities
Recent News
Recent activities
Nu Shell information
Featured in Lists
Stuff that I have on every Windows computer. These complement Windows and some of them should be *included* with …
What is Nu Shell?
This project has reached a minimum-viable product level of quality. While contributors dogfood it as their daily driver, it may be unstable for some commands. Future releases will work fill out missing features and improve stability. Its design is also subject to change as it matures.
Nu comes with a set of built-in commands (listed below). If a command is unknown, the command will shell-out and execute it (using cmd on Windows or bash on Linux and MacOS), correctly passing through stdin, stdout and stderr, so things like your daily git workflows and even vim will work just fine.
Nu supports plugins that offer additional functionality to the shell and follow the same structured data model that built-in commands use. This allows you to extend nu for your needs.
There are a few examples in the plugins directory.
Plugins are binaries that are available in your path and follow a "nu_plugin_*" naming convention. These binaries interact with nu via a simple JSON-RPC protocol where the command identifies itself and passes along its configuration, which then makes it available for use. If the plugin is a filter, data streams to it one element at a time, and it can stream data back in return via stdin/stdout. If the plugin is a sink, it is given the full vector of final data and is given free reign over stdin/stdout to use as it pleases.








Comments and Reviews
Great piece of software! Completely replaced Command Prompt or PowerShell on Windows for me.
It's fast and just feels right