Random password generator (mainly for use with a password manager).
bash
$ pwgenr -c box -- 12 6
◭┫▹◨┒◳┟┰┒┴┷○
╓┭◷▱╙▙╼○▒┆◌╰
▯◳▥◱◛═▉◆┴◽▌╓
◶◓┆│┓╰┶◑▶◉◁┓
┶┬◪◶◞┼▰▏┞╳╋▩
▌┖╅┺┶◫┺┹◪┲┧┦
You can check by typing pwgenr -h
:
``` USAGE: pwgenr [FLAGS] [OPTIONS] [--] [ARGS]
FLAGS: -b, --clipboard Copy first password to clipboard (requires xclip) -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c
ARGS:
You can use the cargo install
command:
$ cargo install pwgenr
or a classic build and run:
bash
$ git clone https://gitlab.com/Sakuhl/pwgenr
$ cd pwgenr
$ cargo build --release
$ cp target/release/pwgenr ~/.bin # assuming .bin is in your path