A curated list of awesome tools that work within the nu language ecosystem e.g. nushell, scripts, nana, etc. Feel free to raise a PR with your very cool script, plugin or custom completion 🚀.
You can find some examples about how to create and use plugins in the Nushell Plugins page.
- nu_plugin_periodic_table: A periodic table of elements plugin.
- nu_plugin_query: Query json, xml and web pages.
- nu_plugin_inc: Plugin to increment semantic versioning strings.
- nu_plugin_gstat: Show the git working tree status.
- nu_plugin_net: List network interfaces on any platform
- nu_plugin_pnet: Same as above but named
pnet
as to not conflict with Windowsnet
built-in. - nu_plugin_bin_reader: A high leval, general binary data reader.
- nu_plugin_from_parquet: A plugin to parse parquet files into nushell data structures.
- nu_plugin_bio: A bioinformatics plugin for nushell.
- nu_plugin_regex: A regular expressions plugin for nushell.
- nu_plugin_template: A
cargo-generate
template for making it easier to create nushell plugins. - nu_plugin_plist: A plist plugin for nushell.
- nu_plugin_plot: A terminal plotting plugin for nushell.
If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your currect version. Consider bumping the Nu version to the latest in the
cargo.toml
, (may lead to breaking the script).
You can find some examples about how to create and use scripts in the Nushell Scripts page.
- cargo_search: Perform a cargo search.
- git_gone: Gently try to delete merged branches, excluding the checked out one.
- nuschiit: Webscrapping example for the schiit.co.uk website.
- conda: Activate/deactivate conda virtual environments.
- get-weather: Get weather forecast for your location.
- ultimate_extractor: Function to extract archives with different extensions.
- math_functions: Math functions for doing things like
factorial
,root
. - wolframalpha: WolframAlpha API wrapper.
You can find some examples about how to create and use custom completions in the Nushell Custom Completions page.
- git: Completions for
git
commands. - make: Completions for
make
commands. - npm: Completions for
npm
commands. - cargo: Completions for
cargo
commands. - winget: Compleitons for
winget
package manager.
Other tools that work with or within the nu language ecosystem.
- couchbase-shell: A modern, productive and fun shell for Couchbase Server and Cloud.
- starship: The minimal, blazing-fast, and infinitely customizable prompt for any shell.
- zoxide: A smarter cd command, inspired by z and autojump.
- oh-my-posh: A prompt theme engine for any shell.
- virtualenv: Provides support for creating lightweight Python "virtual environments".
- ansible: Ansible role that installs nushell on your server
- github action: A GitHub action that runs nushell in your CI.
Plugins and Extensions that you can use in other text editors
- Tree-sitter: A Tree-sitter project for nushell.
- nvim plugin: A nvim pluging for nushell.
- helix: The helix editor also uses tree-sitter queries and are integrated into it now.
- visual studio code: The official nushell visual studio code extension. Also available on the Microsoft Marketeplace and within visual studio code itself.
- Sublime Text: A Sublime Text plugin for Nushell.
- Emacs: Emacs major mode for Nushell scripts.
- Sublime Text: A Sublime Text pluging for Nushell.