Rasmus Steinke e3401d5f29 fix typo
2015-05-23 00:02:07 +02:00
2015-05-22 22:15:14 +02:00
2015-05-22 23:40:36 +02:00
2015-05-22 22:15:14 +02:00
2015-05-23 00:02:07 +02:00
2015-05-22 23:40:36 +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 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

Requirements

  • pass
  • sed
  • rofi
  • wmctrl
  • xprop
  • xdotool
  • awk
  • bash
Description
No description provided
Readme 1.1 MiB
Languages
Shell 79.6%
Python 18.8%
Makefile 1.6%