aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGergely Risko <errge@nilcons.com>2017-10-18 19:19:01 +0200
committerGergely Risko <errge@nilcons.com>2017-10-18 19:21:35 +0200
commitd72b5a85814375e59466159c3d7ea81f6a093aa6 (patch)
treeb1573b2187ba5b48dc3761456bf971b730d91825 /README.md
parent7a5b75019a638dd0ee64c192d4e63deef3e53a5f (diff)
downloadrofi-pass-d72b5a85814375e59466159c3d7ea81f6a093aa6.tar.gz
Add support for multiple roots
These multiple roots can be given with --root (colon separated) and navigation is supported with Shift+Left and Shift+Right.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ae89b0..88a2b91 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,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 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.
-
+* `--root` can also be a colon separated list of directories, in which case you can navigate between them on the main menu with Shift+Left and Shift+Right.
* 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.