aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2017-03-20 14:00:19 -0700
committerGitHub <noreply@github.com>2017-03-20 14:00:19 -0700
commit9cbc2e28ed1acdba0c2705f9d8402d9551246962 (patch)
treec5a367ffec3676fe6028cac34e1c576bbb99f94d /README.md
parentb6b23de6f787c3fc244484f613f84ffa6e3cb201 (diff)
parentc13f5f4e298b40c81be935d31a6b968935aad054 (diff)
Merge pull request #21 from tadfisher/append
Add cmd_otp_append for appending OTP secrets to existing passfiles
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1666759..87603cf 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,15 @@ Usage:
Generate an OTP code and optionally put it on the clipboard.
If put on the clipboard, it will be cleared in 45 seconds.
- pass otp insert [--force,-f] [--echo,-e] [uri] pass-name
- Insert a new OTP key URI. If one is not supplied, it will be read from
- stdin. Optionally, echo the input. Prompt before overwriting existing
- password unless forced.
+ pass otp insert [--force,-f] [--echo,-e] [pass-name]
+ Prompt for and insert a new OTP key URI. If pass-name is not supplied,
+ use the URI label. Optionally, echo the input. Prompt before overwriting
+ existing password unless forced. This command accepts input from stdin.
+
+ pass otp append [--force,-f] [--echo,-e] pass-name
+ Appends an OTP key URI to an existing password file. Optionally, echo
+ the input. Prompt before overwriting an existing URI unless forced. This
+ command accepts input from stdin.
pass otp uri [--clip,-c] [--qrcode,-q] pass-name
Display the key URI stored in pass-name. Optionally, put it on the
@@ -107,7 +112,7 @@ sudo make install
## Requirements
-- `pass` 1.7.0 or later for extenstion support
+- `pass` 1.7.0 or later for extension support
- `oathtool` for generating 2FA codes
- `qrencode` for generating QR code images