diff --git a/README.md b/README.md index 11f00b8..be5547a 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,16 @@ Same for `:space`, which will hit the space key, can be used to activate checkbo * awk * bash +## Configuration +rofi-pass may read its configuration values from `/etc/rofi-pass` and/or `$HOME/.config/rofi-pass/config`. +For an example configuration please take a look at the included `config.example` file. + ## Extras rofi-pass comes with a tiny helper script, which makes it easier to create new pass entries. Just run it with ``` -addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass"`. +addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass". ``` * First argument `--name` is mandatory. This will be the filename of the new password entry.