nu_scripts/helpers
2023-02-13 09:29:22 -06:00
..
README.md Add helpers folder and add script for running C/C++ quickly (#241) 2022-06-03 17:26:19 -05:00
run-c-cpp.nu Add helpers folder and add script for running C/C++ quickly (#241) 2022-06-03 17:26:19 -05:00
temp.nu Updateed the temp.nu for 0.60.0+ (#377) 2023-02-13 09:29:22 -06:00
TODO.md add todo script (#357) 2023-01-21 18:43:05 -06:00
todo.nu add todo script (#357) 2023-01-21 18:43:05 -06:00
update_hosts.nu Update old question mark commands any?/all?/empty? to any/all/is-empty (#287) 2022-09-05 16:43:01 +02:00
update-path.nu Switch to 'and' and 'or' (#322) 2022-12-08 12:52:10 +13: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.