This commit is contained in:
Rasmus Steinke 2015-08-21 19:27:18 +02:00
parent 3ac7791a7e
commit d5cb28b833

View File

@ -47,7 +47,7 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a
```
* First argument `--name` is mandatory. This will be the filename of the new password entry.
* Second argument can be `--root` followed by absolute filename. addpass also uses root config setting from rofi-pass config file. If both are not found, PASSWORD_STORE_DIR variable is checked. If none of the above are found, the default location `$HOME/.password-store` is used.
* Second argument can be `--root` followed by absolute path to your password-store. addpass also uses root config setting from rofi-pass config file. If both are not found, PASSWORD_STORE_DIR variable is checked. If none of the above are found, the default location `$HOME/.password-store` is used.
* Fieldnames are defined with `+` and the actual value is defined inside the quotations. You can add as many fields as you like