aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2018-01-08 17:13:40 +0100
committerRasmus Steinke <rasi@xssn.at>2018-01-08 17:13:40 +0100
commit885da9a25c7f9a8440835efc3957369b5a2579c7 (patch)
treeed5722fd17c8e51f2ae1dd869b2ec016464a2bf9
parent3abb5ec3240127de1cfaf92086da6f861c3bea1c (diff)
downloadrofi-pass-885da9a25c7f9a8440835efc3957369b5a2579c7.tar.gz
fix filename
-rw-r--r--README.md18
1 files changed, 2 insertions, 16 deletions
diff --git a/README.md b/README.md
index fe1f407..d3770b0 100644
--- a/README.md
+++ b/README.md
@@ -36,24 +36,11 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi).
url: http://my.url.foo
autotype: SomeField :tab UserName :tab AnotherField :tab pass
```
+
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.
`:delay` will trigger a delay (2 seconds by default).
- `: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
- ```
-
* All hotkeys are configurable in the config file
* The field names for `user`, `url` and `autotype` are configurable
* Bookmarks mode (open stored URLs in browser, default: Alt+x)
@@ -68,7 +55,6 @@ 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
@@ -77,7 +63,7 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi).
## Configuration
-rofi-pass may read its configuration values from `/etc/rofi-pass` and/or `$HOME/.config/rofi-pass/config`.
+rofi-pass may read its configuration values from `/etc/rofi-pass.conf` and/or `$HOME/.config/rofi-pass/config`.
For an example configuration please take a look at the included `config.example` file.
## Extras