diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-09-13 04:20:27 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-09-13 04:20:27 +0200 |
commit | bcafceef757f473a8fe088d970bb21549d9df63c (patch) | |
tree | 11e9529bba0fd1e01c571c74a5b68869097d364d /README.md | |
parent | 48df6b6aa3359315a2ea27a7f1c2c16edc09f963 (diff) | |
download | rofi-pass-bcafceef757f473a8fe088d970bb21549d9df63c.tar.gz |
mention autopass
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,3 +62,8 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a * 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. + +## Alternative + +jreinert has written a roughly compatible tool to rofi-pass. It has less features, but definately saner code. +Also he provided a nice little script called `passed` to change your fieldnames. [autopass](https://github.com/jreinert/autopass) |