CLI password manager (wip)
vodka setup
vodka add <name> --password <password> --comment <comment>
add a new password. Pass
--randomto generate a random password 24 chars long. Guarantees at least 1 capital letter, number, and special character
vodka copy <fullname>
copy a password to clipboard
vodka search <fullname>
search for an entry, displays a cli table of results
vodka delete <id>
delete an entry by its id. find id of entries with
vodka list
vodka list
list all existing entries
vodka export <csv-file>
export all passwords to a csv file (Warning: will be unencrypted so delete the csv once you're done with it)
vodka import <csv-file>
import passwords from a csv file. overwrites existing passwords
vodka change-master
change the master password
vodka erase
erase all existing entries
vodka config
list all configuration settings
vodka config get <key>
retrieve the value of a specific configuration setting
vodka config set <key> <value>
change a configuration setting
vodka help
- editing individual entries
- config file
- GUI?
Argon2id + AES-256