A place to share Nushell scripts with each other
Go to file
Mel Massadian 4918d3633c
fix: 🐛 themes
replaced the template to use `main` and regenerated them
from lemnos themes.
2023-03-18 23:44:15 +01:00
aliases refactor: move in one commit 2023-03-18 22:02:51 +01:00
before_v0.60 Updateed the temp.nu for 0.60.0+ (#377) 2023-02-13 09:29:22 -06:00
benchmarks updated some scripts to support the latest changes in 0.77.1 (#416) 2023-03-16 18:00:25 -05:00
bin refactor: move in one commit 2023-03-18 22:02:51 +01:00
cool-oneliners Fix dict and cdpath for 0.73 (#333) 2022-12-25 14:23:54 -06:00
custom-completions refactor: 📝 changed nestring, updated modules readme 2023-03-18 23:04:15 +01:00
custom-menus add a current session history menu (#378) 2023-02-16 06:56:12 -06:00
example-config Migrate some scripts to fit new variable and arguments naming style (#268) 2022-08-05 10:47:18 +03:00
git upgrade to nu 0.77 (#413) 2023-03-15 08:29:32 -05:00
helpers Updateed the temp.nu for 0.60.0+ (#377) 2023-02-13 09:29:22 -06:00
hooks refactor: small move 2023-03-18 22:22:13 +01:00
misc rename misc (#388) 2023-02-22 08:07:58 -06:00
modules refactor: 📝 to document or not to document 2023-03-18 23:26:32 +01:00
nu_101 Replace deprecated str collect command (#410) 2023-03-12 17:17:33 -05:00
prompt update str lpad str rpad to fill (#396) 2023-03-02 15:54:42 -06:00
themes fix: 🐛 themes 2023-03-18 23:44:15 +01:00
.gitignore fix: 🐛 themes 2023-03-18 23:44:15 +01:00
LICENSE Initial commit 2021-01-23 07:33:45 +13:00
README.md refactor: 📝 to document or not to document 2023-03-18 23:26:32 +01:00

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.