Minimal password manager
I don't like the dependencies pass
pulls on my system and I don't need many of its features.
- First of all you need to have a gpg key.
- If you have a gpg key, make the script executable with
chmod +x pm
and put it in your path. (preferably~/.local/bin/
).
- To generate passwords/passphrases, set up my
gp
script.
pm
will by default place your passwords into ~/.password-store
. You can control where this folder is placed by the PASSWORD_STORE_DIR
environment variable.
pm i name
pm r name
pm s name
pm g name k
pm gw name k
- No automatic copy option. It is easy to pipe things to
xclip
orwl-copy
. - No otp support.
- No QR codes.