CLI password manager to organize and keep your passwords safe.
Uses GnuPG for encryption and generates strong, 32-character length passwords.
Added dmenu for quick copying passwords.
Download and install dmenu: https://tools.suckless.org/dmenu/
$ vilath menu
Clone this directory and move script into bin, set up GnuPG RSA private and public keys, then initialize the password store.
$ cd ~
$ git clone https://github.com/kilavila/.vilath.git
$ sudo cp ~/.vilath/.bin/vilath /usr/bin/vilath
$ gpg --full-generate-key
$ vilath init [email protected]
Generate, list, view and edit password store.
$ vilath generate web/mail
$ vilath list
# view hides password by default
# use -a to view entire password file
# or -c to copy password to clipboard
# f.ex: vilath view web/mail -a
$ vilath view web/mail
$ vilath edit web/mail
To view more examples and flags etc.
$ vilath --help