Files
dotfiles/dot_config/nushell/nu_scripts
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00
..
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00: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.