diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 03:04:33 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 03:04:33 +0200 |
commit | 923cc37d9af8326fd5e824806ee56ff04562fe94 (patch) | |
tree | f19f6285e420571032c7b9ac440f5da2d58034db | |
parent | 5c1a0187cf1afde333bc21d8c6c3534907d15f46 (diff) | |
download | rofi-pass-923cc37d9af8326fd5e824806ee56ff04562fe94.tar.gz |
config: add autotype. README: mention customizable field names
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | config.example | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ foobarmysecurepassword UserName: MyUser URL: http://my.url.foo ``` -* Auto Typing of more than one field. This expects a CustomOrder field in password file: +* Auto Typing of more than one field. This expects a CustomOrder field in password file. (name of the field can be changed in config file - same for URL and Username) ``` foobarmysecurepassword --- diff --git a/config.example b/config.example index 578540b..35ad404 100644 --- a/config.example +++ b/config.example @@ -4,6 +4,7 @@ basedir=~/.password-store/ # fields to be used URL_field='URL' USERNAME_field='UserName' +AUTOTYPE_field='CustomOrder' ## Programs to be used # Editor |