m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-08-06 15:17:48 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-08-06 15:17:48 +0200
commit361fc6f8ffb90befc76589554efb816bc5e59063 (patch)
treecdb628f9661a46a0c0268e29fb420f4aa9ff4cab /README
parente98c2f7af467964ab019ab1f13a09107b6e38da8 (diff)
Update readme.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 13 insertions, 11 deletions
diff --git a/README b/README
index b362a11..7d7014c 100644
--- a/README
+++ b/README
@@ -13,24 +13,26 @@ repository, add/remove/change operations will create a corresponding git
commit.
Usage:
- pass --init gpg-id
+ pass init gpg-id
Initialize new password storage and use gpg-id for encryption.
- pass [--ls]
+ pass [ls] [subfolder]
List passwords.
- pass pass-name
- Show existing password.
- pass --insert [--multiline] pass-name
+ pass [show] [--clip,-c] pass-name
+ Show existing password and optionally put it on the clipboard.
+ If put on the clipboard, it will be cleared in 45 seconds.
+ pass insert [--multiline,-m] pass-name
Insert new optionally multiline password.
- pass --generate [--no-symbols] pass-name pass-length
+ pass generate [--no-symbols,-n] [--clip,-c] pass-name pass-length
Generate a new password of pass-length with optionally no symbols.
- pass --remove pass-name
+ Optionally put it on the clipboard and clear board after 45 seconds.
+ pass remove pass-name
Remove existing password.
- pass --push
+ pass push
If the password store is a git repository, push the latest changes.
- pass --pull
+ pass pull
If the password store is a git repository, pull the latest changes.
- pass --help
- Show help text.
+ pass help
+ Show this text.
Examples: