diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 02:59:40 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 02:59:40 +0200 |
commit | f2d98e978d276702584a0b193b1a0f2efaa293d2 (patch) | |
tree | 72aeb5269d438c31b7b74f4e248e1a819bfa5786 /README.md | |
parent | b67be7fc17e095193152ba80a3dafcd4cc6a40f2 (diff) | |
download | rofi-pass-f2d98e978d276702584a0b193b1a0f2efaa293d2.tar.gz |
mention extra tools
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -6,6 +6,10 @@ ## rofi-pass has the following features: +* Open URLs of entries with hotkey +* Add new Entries to Password Storage +* Edit existing Entries +* Support for multiple roots for password-store (e.g. separate work from private passwords) * Auto Type User and Password. Format of password files are expected to be like: ``` foobarmysecurepassword @@ -24,11 +28,6 @@ CustomOrder: SomeField :tab UserName :tab AnotherField :tab password ``` The `:tab` field has a special meaning. this will hit the tab key, obviously. -* Open URLs of entries with hotkey -* Add new Entries to Password Storage -* Edit existing Entries -* Support for multiple roots for password-store (e.g. separate work from private passwords) - ## Requirements * pass (https://github.com/zx2c4/password-store) * sed @@ -38,3 +37,10 @@ The `:tab` field has a special meaning. this will hit the tab key, obviously. * xdotool * awk * bash + +## Extras +rofi-pass comes with a tiny helper script, which makes it easier to create new pass entries. +Just run it with `addpass -name "My new Site" -user "zeltak" -branch "branch" -custom "foobar" -CustomOrder "branch :tab user :tab password"`. +You can add as many fields as needed. fieldnames are defined with `-` and the actual value is defined inside the quotations. + +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. |