aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-08-21 19:19:20 +0200
committerRasmus Steinke <rasi@xssn.at>2015-08-21 19:19:20 +0200
commit3ac7791a7ef7bf13582b87da04c214d2fd8581f0 (patch)
tree8b7d4ec159eefba01f52783c95a16fe9a7de8a6d /README.md
parenta591211f7c769d17edcd0302b643864c3dac78ec (diff)
downloadrofi-pass-3ac7791a7ef7bf13582b87da04c214d2fd8581f0.tar.gz
update information about addpass
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92e9606..889ebf3 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,12 @@ rofi-pass comes with a tiny helper script, which makes it easier to create new p
Just run it with
```
-addpass -name "My new Site" -user "zeltak" -branch "branch" -custom "foobar" -CustomOrder "branch :tab user :tab pass"`.
+addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass"`.
```
-You can add as many fields as needed. fieldnames are defined with `-` and the actual value is defined inside the quotations.
+* 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.
+
+* Fieldnames are defined with `+` and the actual value is defined inside the quotations. You can add as many fields as you like
Also included is an import script for keepass2 databases. It's the same script that can be downloaded from the pass homepage, with some minor modifications to match rofi-pass structure.