Go to file
2015-07-10 17:09:54 +02:00
parsers fix chromium parser 2015-06-06 13:33:38 +02:00
PKGBUILD/git Initial import 2015-06-08 19:44:27 +02:00
config.example fix mistake in config 2015-07-10 17:09:54 +02:00
keepass2import.py rename keepass2 importer 2015-06-14 09:45:40 +02:00
LICENSE added LICENSE 2015-06-06 01:20:52 +02:00
Makefile update Makefile 2015-06-06 13:25:22 +02:00
README.md update README 2015-05-30 11:18:21 +02:00
rofi-pass fixed help menu 2015-07-10 15:03:16 +02:00
screenshot.png update screenshot 2015-07-08 17:40:56 +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
  • Handling webpages, that autotab to next field. For these sites add NOTAB in last line of the password file
  • 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