Skip to content

nushell/nu_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16e22d0 ยท May 1, 2025
Feb 17, 2025
Jan 25, 2025
May 8, 2024
Jul 28, 2024
May 1, 2025
Dec 8, 2024
May 8, 2024
May 1, 2025
Feb 17, 2025
Apr 29, 2025
Apr 20, 2025
Apr 22, 2025
Apr 19, 2025
Feb 9, 2025
Jan 17, 2025
Jun 21, 2023
May 1, 2025
Jan 22, 2021
Mar 30, 2024
Feb 17, 2025
May 8, 2024

Repository files navigation

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.

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.

About

A place to share Nushell scripts with each other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages