Skip to content

ephemer4l/pm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

pm

Minimal password manager

Motivation

I don't like the dependencies pass pulls on my system and I don't need many of its features.

Setup

  • 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/).

Optional

  • To generate passwords/passphrases, set up my gp script.

Clean up ~

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.

Usage

Insert a new password

pm i name

Remove a password

pm r name

Show a new password

pm s name

Generate and add new password with length k

pm g name k

Generate and add passphrase with k words

pm gw name k

Non-features

  • No automatic copy option. It is easy to pipe things to xclip or wl-copy.
  • No otp support.
  • No QR codes.

About

Minimal password manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages