🕶 Stateless password vault.
You can check by typing pswrd --help
:
```
USAGE:
pswrd [FLAGS] [OPTIONS]
FLAGS: -n Emit trailing newline character. -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-u, --user
ARGS:
EXAMPLES:
Basic usage:
pswrd foo@bar.tld
Copy generated password to clipboard:
pswrd foo@bar.tld | xclip
pswrd foo@bar.tld | pbcopy
Anvanced:
pswrd -u foo bar.tld
pswrd -u foo -s bar.tld
pswrd -u=foo -s=bar.tld -i=3
pswrd --user foo --scope bar.tld
```
You can use the cargo install
command:
$ cargo install pswrd
or a classic build and run:
bash
$ git clone https://github.com/dotcypress/pswrd
$ cd pswrd
$ cargo build --release
$ cp target/release/pswrd ~/.bin # assuming .bin is in your path