====================== Simple Password Store by Jason Donenfeld Jason@zx2c4.com ====================== This is a very simple password store that encrypts passwords using gpg and places the encrypted password in a directory. It can generate new passwords and keep track of old ones. Visit the project page for more information: http://zx2c4.com/projects/password-store Please see the man page for documentation and examples. Depends on: - gpg2 - git - xclip - pwgen - tree
"git@code.librehq.com:kfogel/password-store.git" did not exist on "6ecdfe3844eec6e3d3f2d04c506c75114d97a5ec"
Jason A. Donenfeld
authored
A user made this request:
I was wondering whether it is in a planning to have multiple
password-store directory trees or possible to achieve? eg.
$HOME/.pwd-store-work and $HOME/.pwd-store-home. Maybe distinguish them
with a command line switch and then create aliases in .bash_aliases?
Why I'm asking is that I have multiple major password categories -
personal, work etc. It'll be nice to keep them separate and under
different repos.
Reported-by:
Simon KP <si@eskp.net>