diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-05-22 23:47:23 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-05-22 23:47:23 +0200 |
commit | 7de1f57a17040f8ed173393f92e1d1ac84d7f1ad (patch) | |
tree | 4caf383da06c88b68716fcd3cfda6f38d47071c7 /README.md | |
parent | f60e90e2f1e10a0478d861715ea689ee6c4934b6 (diff) | |
download | rofi-pass-7de1f57a17040f8ed173393f92e1d1ac84d7f1ad.tar.gz |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -10,13 +10,14 @@ foobarmysecurepassword UserName: MyUser URL http://my.url.foo ``` -* Auto Typing of more than one field. This expects numbered fields in password file: +* Auto Typing of more than one field. This expects a CustomOrder field in password file: ``` foobarmysecurepassword -1 UserName: MyUser -2 SomeField: foobar -3 AnotherField: barfoo +UserName: MyUser +SomeField: foobar +AnotherField: barfoo URL http://my.url.foo +CustomOrder: SomeField UserName AnotherField ``` * Open URLs of entries with hotkey * Add new Entries to Password Storage |