Home

Awesome

awesome-nu

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 🚀.

If you are looking for interesting blog posts, media attention or youtube videos on nushell please checkout our Showcase!


Plugins

You can find some examples about how to create and use plugins in the Nushell Plugins page.

If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your current version. Consider bumping the Nu version to the latest in the cargo.toml, (may lead to breaking the script).

To check the Nushell compatibility of each plugin you can check the plugin_details.md

  • ✅ it uses the latest version
  • ⚠️ it does not use the latest version but it may work
  • ⛔ plugin uses a deprecated API (cannot be compiled) or deprecated signature (Nushell cannot interact with them)

In order to add your own plugin please fork this repository and add it to the list above and the list of plugins in config.yaml and then send a Pull Request.

Scripts

You can find some examples about how to create and use scripts in the Nushell Scripts page.

Custom Completions

You can find some examples about how to create and use custom completions in the Nushell Custom Completions page.

Integrations

Other tools that work with or within the nu language ecosystem.

Editor Extensions

Plugins and Extensions that you can use in other text editors

Reedline Integrations

Applications that have done a nice job using reedline