password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 1ab2c0734c7676acaded44c12716fd3c2a612d8d
parent 4702e65db9b712db9520a8323ad0fd6a62e7cfd3
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Tue, 18 Sep 2012 05:42:08 +0200

Better dependency list.

Diffstat:
MREADME | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -13,9 +13,18 @@ Visit the project page for more information: http://zx2c4.com/projects/password- Please see the man page for documentation and examples. Depends on: -- gpg2 +- bash + http://www.gnu.org/software/bash/ +- GnuPG2 + http://www.gnupg.org/ - git + http://www.git-scm.com/ - xclip + http://sourceforge.net/projects/xclip/ - pwgen + http://sourceforge.net/projects/pwgen/ - tree + http://mama.indstate.edu/users/ice/tree/ - GNU getopt + http://www.kernel.org/pub/linux/utils/util-linux/ + http://software.frodo.looijaard.name/getopt/