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 b932448df7914d70682b64987c5e82c246f83f19
parent 087f4093e97e8aeae149f6d79b27853386032c98
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed, 19 Sep 2012 15:49:38 +0200

No more push/pull in zsh script, either.

Diffstat:
Mcontrib/pass.zsh-completion | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/contrib/pass.zsh-completion b/contrib/pass.zsh-completion @@ -27,9 +27,7 @@ _pass () { "generate[Generate a new password using pwgen]" \ "edit[Edit a password with \$EDITOR]" \ "rm[Remove the password]" \ - "push[push the latest changes using git-push(1)]" \ - "pull[pull the latest changes using git-pull(1)]" \ - "git[Call git]" \ + "git[Call git on the password store]" \ "help[Help]" _pass_cmd_show fi