mention extra tools
This commit is contained in:
parent
b67be7fc17
commit
f2d98e978d
16
README.md
16
README.md
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
## rofi-pass has the following features:
|
## 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:
|
* Auto Type User and Password. Format of password files are expected to be like:
|
||||||
```
|
```
|
||||||
foobarmysecurepassword
|
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.
|
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
|
## Requirements
|
||||||
* pass (https://github.com/zx2c4/password-store)
|
* pass (https://github.com/zx2c4/password-store)
|
||||||
* sed
|
* sed
|
||||||
@ -38,3 +37,10 @@ The `:tab` field has a special meaning. this will hit the tab key, obviously.
|
|||||||
* xdotool
|
* xdotool
|
||||||
* awk
|
* awk
|
||||||
* bash
|
* 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user