rofi-pass/README.md

35 lines
685 B
Markdown
Raw Normal View History

2015-05-22 15:56:33 -04:00
# rofi-pass
#### bash script to handle pass storages in a convenient way
## rofi-pass has the following features:
* Auto Type User and Password. Format of password files are expected to be like:
```
foobarmysecurepassword
UserName: MyUser
URL http://my.url.foo
```
2015-05-22 17:47:23 -04:00
* Auto Typing of more than one field. This expects a CustomOrder field in password file:
2015-05-22 15:56:33 -04:00
```
foobarmysecurepassword
2015-05-22 17:47:23 -04:00
UserName: MyUser
SomeField: foobar
AnotherField: barfoo
2015-05-22 15:56:33 -04:00
URL http://my.url.foo
2015-05-22 17:47:23 -04:00
CustomOrder: SomeField UserName AnotherField
2015-05-22 15:56:33 -04: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