mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
commit
352cebf102
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
This is a place to share Nushell scripts with each other. If you'd like to share your scripts, create a PR that adds it to the repo.
|
||||
|
||||
## 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.
|
||||
|
||||
## Included Scripts
|
||||
|
||||
| Category | File | Nu Version | Description |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue