nu_scripts/sourced
Rick Cogley 112d8b2f7e
Nupass refactor 20230501 (#473)
* Refactor nupass.nu

Major refactor for more flexibility

To allow number of words to be specified, one solution is to add random 
words, symbols, & numbers to lists, then operate on the lists.
You can combine lists with the ++ operator, then use shuffle on them,
as well as various other methods.

* Update ReadMe.md

Updated to match latest version, adding some new sample commands

Last version `nupass 4` meant "generate password with 3 words of length <=4".
This version `nupass 4` means "generate password with 4 words".
Length can be specified with `-l`, so: `nupass 4 -l 8` means "generate password with 4 words of length <=8".

* Update ReadMe.md

Screenshot showing new version's output
2023-05-01 06:10:19 -05:00
..
api_wrappers refactor: (#418) 2023-04-25 17:56:25 -05:00
cool-oneliners refactor: (#418) 2023-04-25 17:56:25 -05:00
filesystem refactor: (#418) 2023-04-25 17:56:25 -05:00
fun refactor: (#418) 2023-04-25 17:56:25 -05:00
github refactor: (#418) 2023-04-25 17:56:25 -05:00
gitlab refactor: (#418) 2023-04-25 17:56:25 -05:00
imaging refactor: (#418) 2023-04-25 17:56:25 -05:00
misc Nupass refactor 20230501 (#473) 2023-05-01 06:10:19 -05:00
nu_101 refactor: (#418) 2023-04-25 17:56:25 -05:00
progress_bar refactor: (#418) 2023-04-25 17:56:25 -05:00
webscraping refactor: (#418) 2023-04-25 17:56:25 -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 refactor: (#418) 2023-04-25 17:56:25 -05:00
todo.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
update_hosts.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
update-path.nu refactor: (#418) 2023-04-25 17:56:25 -05: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.