Gitpedia

Nu scripts

A place to share Nushell scripts with each other

From nushell·Updated May 30, 2026·View on GitHub·

This is a place to share Nushell scripts with each other. If you'd like to share your scripts, fork this repository, and [create a PR](https://github.com/nushell/nu_scripts/compare) that adds it to the repo. The project is written primarily in Nushell, distributed under the MIT License license, first published in 2021. It has gained significant community traction with 1,251 stars and 317 forks on GitHub.

Nushell Scripts

This is a place to share Nushell scripts with each other. If you'd like to share your scripts, fork this repository, and create a PR that adds it to the repo.

Please read CONTRIBUTING.md for details on how to test and validate your changes before sending a PR.

Sections

Running Scripts

You can run nushell scripts in a few different ways.

  1. You can type nu <script name>.
  2. From with nushell, you can type source <script name> and if the script is just a bunch of commands it will run the script. If the script is a custom command it will load those custom commands into your current scope so you can run them like any other command.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from nushell/nu_scripts via the GitHub API.Last fetched: 5/31/2026