diff options
author | zeltak <zeltak@gmail.com> | 2017-10-29 16:39:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-29 16:39:03 +0200 |
commit | 768b30f263e0c664089d09c12997aef63803772f (patch) | |
tree | aff6f17bb08ce22ea6388e34484a51604a557e27 | |
parent | 35c8de377fac43275fc1fcbdc964bd5d624fd059 (diff) | |
download | rofi-pass-768b30f263e0c664089d09c12997aef63803772f.tar.gz |
Update README.md
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -16,6 +16,7 @@ * Type any field from entry * Auto Type User and Password. Format of password files are expected to be like: * Bookmarks mode (default: Alt+x) +* Share common used passwords between several entries (with different URLS,usernames etc) ``` foobarmysecurepassword user: MyUser @@ -70,6 +71,20 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a Also included is an import script for keepass2 databases. It's the same script that can be downloaded from the pass homepage, with some minor modifications to match rofi-pass structure. +## Sharing passwords + +Rofi-pass allows you to easily share common used passwords across multiple entries. + + +For example, if you have an academic account which includes several services (such as a library, Salary, Student portal etc), all with different URL's, login forms etc. you can share one password across all of them. This is very handy when the passwords changes annually. + +To use this function you need to add the following line instead of the password, referencing the file which holds the password + +``` +#FILE=PATH/to/filename +``` + + ## FAQ * rofi pass prints garbage instead of my actual passes <br>Make sure to run `setxkbmap <language> <variant>` at the start of your Xorg session. |