A place to share Nushell scripts with each other
Go to file
2022-06-28 07:37:25 -05:00
api_wrappers Ported my scripts to 0.60 (#189) 2022-03-25 07:49:01 +13:00
base16 update scripts to support str replace (#200) 2022-04-07 08:45:04 -05:00
before_v0.60 port git_gone to 0.60 era syntax (#170) 2022-03-02 12:26:24 -06:00
benchmarks add turtle benchmark and reorganize (#259) 2022-06-28 07:37:25 -05:00
coloring add turtle benchmark and reorganize (#259) 2022-06-28 07:37:25 -05:00
cool-oneliners Create pwd-short.nu (#235) 2022-05-29 15:13:56 -05:00
custom-completions Add more cargo completions (#233) 2022-05-30 09:09:34 -05:00
data_extraction Ported my scripts to 0.60 (#189) 2022-03-25 07:49:01 +13:00
example-config update scripts to support str replace (#200) 2022-04-07 08:45:04 -05:00
filesystem up.nu fixed (#252) 2022-06-16 13:09:15 -05:00
fun Update website_builder.nu 2022-04-08 08:50:02 +12:00
github Added delete-merged-branches.nu (#255) 2022-06-23 06:32:11 -05:00
gitlab Add scraping and gitlab scripts (#206) 2022-04-14 13:56:09 -05:00
helpers update_hosts.nu created (#249) 2022-06-10 14:55:25 -05:00
make_release Script to gather test coverage for nushell (#234) 2022-05-29 07:33:24 -05:00
maths maths refactor (#254) 2022-06-16 13:10:16 -05:00
miscelaneous Misc tools (#229) 2022-05-21 16:29:42 -05:00
network/remoting Update remoting.nu (#239) 2022-05-30 16:22:32 -05:00
nu_101 space between the def name and the left bracket 2022-03-20 17:53:48 -07:00
progress_bar add progress bar examples + some benchmarks (#224) 2022-05-17 13:37:19 -05:00
prompt Improve panache-git performance for changes with many files (#240) 2022-05-31 16:31:03 -05:00
virtual_environments Change conda activation scripts to be a module (#205) 2022-04-14 20:11:47 +03:00
weather help with pr (#220) 2022-05-16 08:35:40 -05:00
webscraping Update nuschiit.nu (#208) 2022-04-15 17:41:50 +03:00
.gitignore add for to some scripts 2021-06-02 17:47:16 -05:00
fehbg.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
LICENSE Initial commit 2021-01-23 07:33:45 +13:00
README.md reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00

Nushell Scripts

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.