CLI password manager.
Not for actual use.
Currently just a WIP side project for test-driving clap and diesel.
git clone https://github.com/fuskovic/keychain.git
cd keychain
cargo install --path .
keychain -V
Usage: keychain <COMMAND>
Commands:
create Create a new keychain
list List existing keychains
update Update/rename existing keychain
delete Delete an existing keychain
keys Subcommand for managing keychain keys
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version