This commit is contained in:
Rasmus Steinke 2015-08-24 01:09:51 +02:00
parent 7e9e79ea23
commit 32172c615f

View File

@ -4,11 +4,14 @@
![rofi-pass](screenshot.png "rofi-pass in action") ![rofi-pass](screenshot.png "rofi-pass in action")
## rofi-pass has the following features: ## Features:
* Open URLs of entries with hotkey * Open URLs of entries with hotkey
* Add new Entries to Password Storage * Add new Entries to Password Storage
* Edit existing Entries * Edit existing Entries
* Inline view of complete password entry with ability to
+ Copy individual fields to clipboard
+ Autotype single fields
* Support for multiple roots for password-store (e.g. separate work from private passwords) * Support for multiple roots for password-store (e.g. separate work from private passwords)
* Auto Type User and Password. Format of password files are expected to be like: * Auto Type User and Password. Format of password files are expected to be like:
``` ```
@ -16,7 +19,7 @@ foobarmysecurepassword
UserName: MyUser UserName: MyUser
URL: http://my.url.foo URL: http://my.url.foo
``` ```
* Auto Typing of more than one field. This expects a autotype field in password file. (name of the field can be changed in config file - same for URL and Username) * Auto Typing of more than one field. This expects a autotype field in password file.
``` ```
foobarmysecurepassword foobarmysecurepassword
--- ---