Go to file
2015-05-22 21:57:29 +02:00
keepass2pass.py Added keepass2 importer 2015-05-22 21:57:29 +02:00
README.md add README 2015-05-22 21:56:33 +02:00
rofi-pass First commit 2015-05-22 21:45:56 +02: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
  • Auto Typing of more than one field. This expects numbered fields in password file:
foobarmysecurepassword
1 UserName: MyUser
2 SomeField: foobar
3 AnotherField: barfoo
URL http://my.url.foo
  • Open URLs of entries with hotkey
  • Add new Entries to Password Storage
  • Edit existing Entries

Requirements

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