Go to file
Rasmus Steinke 158d6e513f update
2015-05-23 08:11:55 +02:00
config.example Add config files and Makefile 2015-05-22 22:15:14 +02:00
keepass2pass.py Add CustomOrder Field 2015-05-22 23:40:36 +02:00
Makefile Add config files and Makefile 2015-05-22 22:15:14 +02:00
README.md update 2015-05-23 08:09:16 +02:00
rofi-pass remember last selection 2015-05-23 08:01:03 +02:00
screenshot2.png add notification shot 2015-05-23 08:08:29 +02:00
screenshot.png update 2015-05-23 08:11:55 +02:00

rofi-pass

bash script to handle pass storages in a convenient way

rofi-pass

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
  • Auto Typing of more than one field. This expects a CustomOrder field in password file:
foobarmysecurepassword
UserName: MyUser
SomeField: foobar
AnotherField: barfoo
URL: http://my.url.foo
CustomOrder: SomeField UserName AnotherField
  • Open URLs of entries with hotkey
  • Add new Entries to Password Storage
  • Edit existing Entries

Because rofi-pass is 100% hotkey based, it comes with a little help screen. (Using notifications for now - Open for better ideas)

rofi-pass

Requirements

  • pass
  • sed
  • rofi
  • wmctrl
  • xprop
  • xdotool
  • awk
  • bash