diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |