aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2018-01-14 14:20:53 +0100
committerRasmus Steinke <rasi@xssn.at>2018-01-14 14:20:53 +0100
commitd891824beddcb41c41d7bd2e1b3c1e4e77587520 (patch)
tree9f73e8eac916bd9b882e2240693d2829f7a0aa64
parent89342ee361759c40bd8f446bfaa4876a550b00f0 (diff)
downloadrofi-pass-d891824beddcb41c41d7bd2e1b3c1e4e77587520.tar.gz
re-add missing otp section
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3770b0..a27cd30 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,20 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi).
You can use `:tab`, `:enter`, or `:space` here to type <kbd>Tab</kbd>,
<kbd>Enter</kbd>, or <kbd>Space</kbd> (useful for toggling checkboxes)
respectively.
+ `:otp` will generate an OTP, either `pass-otp(1)` style, or according to the
+ `otp_method:`, if it is defined.
+* Generating OTPs.
+ The format for OTPs should either be `pass-otp(1)`-compatible
+ ```
+ [...]
+ otpauth://[...]
+ ```
+ Or it should define a method for generating OTPs:
+ ```
+ [...]
+ otp_method: /opt/obscure-otp-generator/oog --some-option some args
+ ```
+
`:delay` will trigger a delay (2 seconds by default).
* All hotkeys are configurable in the config file
* The field names for `user`, `url` and `autotype` are configurable
@@ -55,7 +69,7 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi).
* gawk
* bash
* pwgen
-
+* pass-otp(1) (https://github.com/tadfisher/pass-otp) (optional: for OTPs)
### BSD
* gnugrep