| Crates.io | psh-cli |
| lib.rs | psh-cli |
| version | 0.5.1 |
| created_at | 2023-02-14 15:41:22.013926+00 |
| updated_at | 2023-11-14 08:16:25.699287+00 |
| description | Password generator/manager that derives deterministic passwords from a set of inputs |
| homepage | |
| repository | https://github.com/uvizhe/psh |
| max_upload_size | |
| id | 785012 |
| size | 39,093 |
Command line interface for psh.
Can be installed with the following command:
$ cargo install psh-cli
First, install Rust toolchain:
$ pkg install rust
Second, add cargo binary installation folder to PATH:
$ echo 'export PATH=$PATH:$HOME/.cargo/bin' >> $HOME/.profile
Last, install psh-cli using the first command on this page.