====================== 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: - 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/
"src/git@code.librehq.com:kfogel/password-store.git" did not exist on "3f6b8a2038eea906b353894dcb160bf0d88f6fd7"
Jason A. Donenfeld
authored
According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by:Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>