psh-cli

Crates.iopsh-cli
lib.rspsh-cli
version0.5.1
sourcesrc
created_at2023-02-14 15:41:22.013926
updated_at2023-11-14 08:16:25.699287
descriptionPassword generator/manager that derives deterministic passwords from a set of inputs
homepage
repositoryhttps://github.com/uvizhe/psh
max_upload_size
id785012
size39,093
Alexander Uvizhev (uvizhe)

documentation

README

Command line interface for psh.

Can be installed with the following command:

$ cargo install psh-cli

Installing on Android with Termux

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.

Commit count: 94

cargo fmt