nu_scripts/sourced
Antoine Stevan a61256da0e
use $env. instead of let-env (#543)
related to nushell/nushell#9574

Commands used
```nushell
sd --string-mode "let-env " '$env.' **/*
git rst before_v0.60/
```
2023-07-01 10:40:16 +02:00
..
api_wrappers refactor: (#418) 2023-04-25 17:56:25 -05:00
cool-oneliners Replace deprecated fetch with http get (#530) 2023-06-15 06:13:39 -05:00
filesystem use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00
fun refactor: (#418) 2023-04-25 17:56:25 -05:00
github refactor: (#418) 2023-04-25 17:56:25 -05:00
gitlab Replace deprecated hash base64 with decode (#531) 2023-06-15 06:14:41 -05:00
imaging refactor: (#418) 2023-04-25 17:56:25 -05:00
misc Replace deprecated fetch with http get (#530) 2023-06-15 06:13:39 -05:00
nu_101 refactor: (#418) 2023-04-25 17:56:25 -05:00
progress_bar the function to display bars of given percentage from given width (#478) 2023-05-12 09:11:20 -05:00
webscraping Replace deprecated fetch with http get (#530) 2023-06-15 06:13:39 -05:00
fehbg.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00
run-c-cpp.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
temp.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
TODO.md use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00
todo.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
update_hosts.nu Replace deprecated fetch with http get (#530) 2023-06-15 06:13:39 -05:00
update-path.nu use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00

Helpers

Commands to make your life easier.

How to use

Execute following snippet at any time to be able to run the commands in the scripts:

source './path/to/script.nu'

With ./path/to/... being the path to the script you want to utilize.