rofi-pass/README.md

37 lines
739 B
Markdown
Raw Normal View History

2015-05-22 21:56:33 +02:00
# rofi-pass
#### bash script to handle pass storages in a convenient way
2015-05-23 06:58:55 +02:00
![rofi-pass](screenshot.png "rofi-pass in action")
2015-05-22 21:56:33 +02:00
## rofi-pass has the following features:
* Auto Type User and Password. Format of password files are expected to be like:
```
foobarmysecurepassword
UserName: MyUser
2015-05-23 00:01:17 +02:00
URL: http://my.url.foo
2015-05-22 21:56:33 +02:00
```
2015-05-22 23:47:23 +02:00
* Auto Typing of more than one field. This expects a CustomOrder field in password file:
2015-05-22 21:56:33 +02:00
```
foobarmysecurepassword
2015-05-22 23:47:23 +02:00
UserName: MyUser
SomeField: foobar
AnotherField: barfoo
2015-05-23 00:02:07 +02:00
URL: http://my.url.foo
2015-05-22 23:47:23 +02:00
CustomOrder: SomeField UserName AnotherField
2015-05-22 21:56:33 +02:00
```
* Open URLs of entries with hotkey
* Add new Entries to Password Storage
* Edit existing Entries
## Requirements
* pass
* sed
* rofi
* wmctrl
* xprop
* xdotool
* awk
* bash