diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 02:54:36 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 02:54:36 +0200 |
commit | b67be7fc17e095193152ba80a3dafcd4cc6a40f2 (patch) | |
tree | 73dc964f41c6c3cbd9c89f2576a7d606d1055a2b | |
parent | 59bfc20ba00fda94174e31b8c5f077e425098ff1 (diff) | |
download | rofi-pass-b67be7fc17e095193152ba80a3dafcd4cc6a40f2.tar.gz |
updated README
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -15,13 +15,15 @@ URL: http://my.url.foo * Auto Typing of more than one field. This expects a CustomOrder field in password file: ``` foobarmysecurepassword +--- UserName: MyUser SomeField: foobar AnotherField: barfoo URL: http://my.url.foo -CustomOrder: SomeField UserName AnotherField +CustomOrder: SomeField :tab UserName :tab AnotherField :tab password ``` -* Handling webpages, that autotab to next field. For these sites add `NOTAB` in last line of the password file +The `:tab` field has a special meaning. this will hit the tab key, obviously. + * Open URLs of entries with hotkey * Add new Entries to Password Storage * Edit existing Entries |