From 361fc6f8ffb90befc76589554efb816bc5e59063 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 6 Aug 2012 15:17:48 +0200 Subject: Update readme. --- README | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'README') 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: -- cgit v1.2.3-59-g8ed1b