psh-cli 0.5.1

Password generator/manager that derives deterministic passwords from a set of inputs
Command line interface for [`psh`](https://docs.rs/psh/latest/psh).

Can be installed with the following command:
```sh
$ cargo install psh-cli
```

## Installing on Android with Termux

First, install Rust toolchain:
```sh
$ pkg install rust
```

Second, add cargo binary installation folder to PATH:
```sh
$ echo 'export PATH=$PATH:$HOME/.cargo/bin' >> $HOME/.profile
```

Last, install `psh-cli` using the first command on this page.