mention extra tools

This commit is contained in:
Rasmus Steinke 2015-07-17 02:59:40 +02:00
parent b67be7fc17
commit f2d98e978d

View File

@ -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.