diff options
author | Tad Fisher <tad@simple.com> | 2017-03-20 13:56:18 -0700 |
---|---|---|
committer | Tad Fisher <tad@simple.com> | 2017-03-20 13:56:18 -0700 |
commit | c13f5f4e298b40c81be935d31a6b968935aad054 (patch) | |
tree | c5a367ffec3676fe6028cac34e1c576bbb99f94d | |
parent | dd7824f431c4cc8b52e01b5b84c7a178229755d2 (diff) | |
download | pass-otp-c13f5f4e298b40c81be935d31a6b968935aad054.tar.gz pass-otp-c13f5f4e298b40c81be935d31a6b968935aad054.zip |
Update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |