aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-11-18 18:21:03 +0100
committerGitHub <noreply@github.com>2017-11-18 18:21:03 +0100
commit12cfe95254311f594df8a032ca46b7fd2390e0c7 (patch)
treefc94ae642cee92be5d4223b1c914457ce8067191
parente2fbc9723b4e955169baf47e042be263ff0f1f44 (diff)
downloadrofi-pass-12cfe95254311f594df8a032ca46b7fd2390e0c7.tar.gz
Update README.md
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1929bb..27c4ce9 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,8 @@ For an example configuration please take a look at the included `config.example`
## Extras
+### addpass
+
rofi-pass comes with a tiny helper script, which makes it easier to create new pass entries.
Just run it with
@@ -80,8 +82,14 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a
* `--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
+### keepass2 import script
+
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.
+### csv exporter
+
+Finally a script to export your pass database to csv is included. The resulting csv was tested in keepassxc.
+
## Sharing passwords
Rofi-pass allows you to easily share common used passwords across multiple entries.
@@ -109,4 +117,3 @@ jreinert has written the roughly compatible tool
definately saner code.
Also he provided a nice little script called `passed` to change your
fieldnames. [link](https://github.com/jreinert/passed)
-It includes a script "pass2csv.py" to export your password store as CSV.