Merge pull request #13 from azmd/clean-readme
Clarify configfile locations in README
This commit is contained in:
commit
084e9fafe7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user