diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-08-24 01:09:51 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-08-24 01:09:51 +0200 |
commit | 32172c615f0b55ec30e777abaf83bad7b6177948 (patch) | |
tree | 30a6e5e41c4346cb8df370a023cff34957dce376 | |
parent | 7e9e79ea23ef23a39cc93f970bf5990a6b4f9e86 (diff) | |
download | rofi-pass-32172c615f0b55ec30e777abaf83bad7b6177948.tar.gz |
update
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,11 +4,14 @@ ![rofi-pass](screenshot.png "rofi-pass in action") -## rofi-pass has the following features: +## Features: * Open URLs of entries with hotkey * Add new Entries to Password Storage * 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) * Auto Type User and Password. Format of password files are expected to be like: ``` @@ -16,7 +19,7 @@ foobarmysecurepassword UserName: MyUser 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 --- |