diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-07-24 20:06:46 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-07-24 20:06:46 +0200 |
commit | 5f12b6443d362a3949f0c289d59c3acf2bc6c649 (patch) | |
tree | a9ae9364effc8b410c505d232b7e92c95bc2f7aa /README | |
parent | ee68d6ccf2224950eef655cdba4fed93e062f253 (diff) | |
download | pass-5f12b6443d362a3949f0c289d59c3acf2bc6c649.tar.gz pass-5f12b6443d362a3949f0c289d59c3acf2bc6c649.tar.bz2 pass-5f12b6443d362a3949f0c289d59c3acf2bc6c649.zip |
Add git support.
Diffstat (limited to '')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,9 @@ 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. +If the password storage directory ($HOME/.password-store) is also a git +repository, add/remove/change operations will create a corresponding git +commit. Usage: pass --init gpg-id @@ -22,6 +25,10 @@ Usage: Generate a new password of pass-length with optionally no symbols. pass --remove pass-name Remove existing password. + pass --push + If the password store is a git repository, push the latest changes. + pass --pull + If the password store is a git repository, pull the latest changes. pass --help Show help text. |