aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-09-13 04:04:21 +0200
committerRasmus Steinke <rasi@xssn.at>2015-09-13 04:04:21 +0200
commitf36ad274fe90595cc14ecd74f89d20cb18fbe346 (patch)
tree045130a729158fb596fe1e92757477093f940484 /README.md
parenteab022949e8cedffcb475a7ff3e2dc1f1c7b366c (diff)
downloadrofi-pass-f36ad274fe90595cc14ecd74f89d20cb18fbe346.tar.gz
nicer default field names
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9d3e9bf..f9d5070 100644
--- a/README.md
+++ b/README.md
@@ -16,24 +16,25 @@
* Auto Type User and Password. Format of password files are expected to be like:
```
foobarmysecurepassword
-UserName: MyUser
-URL: http://my.url.foo
+user: MyUser
+url: http://my.url.foo
```
* Auto Typing of more than one field. This expects a autotype field in password file.
```
foobarmysecurepassword
---
-UserName: MyUser
+user: MyUser
SomeField: foobar
AnotherField: barfoo
-URL: http://my.url.foo
+url: http://my.url.foo
autotype: SomeField :tab UserName :tab AnotherField :tab pass
```
The `:tab` field has a special meaning. this will hit the tab key, obviously.<br>
Same for `:space`, which will hit the space key, can be used to activate checkboxes.
+In addition to those `:enter` and `:delay` are available.
* All Hotkeys are configurable in config file
-* Username, URL and autotype field names are also configurable
+* user, url and autotype field names are also configurable
## Requirements
* pass (https://github.com/zx2c4/password-store)