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 pmand put it in your path. (preferably~/.local/bin/).
- To generate passwords/passphrases, set up my
gpscript.
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 namepm r namepm s namepm g name kpm gw name k- No automatic copy option. It is easy to pipe things to
xcliporwl-copy. - No otp support.
- No QR codes.