m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-07-24 20:06:46 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-07-24 20:06:46 +0200
commit5f12b6443d362a3949f0c289d59c3acf2bc6c649 (patch)
treea9ae9364effc8b410c505d232b7e92c95bc2f7aa /README
parentee68d6ccf2224950eef655cdba4fed93e062f253 (diff)
Add git support.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index df900b5..b362a11 100644
--- a/README
+++ b/README
@@ -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.