aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2018-08-08 23:46:55 +0200
committerGitHub <noreply@github.com>2018-08-08 23:46:55 +0200
commite52064ad848b6efbed71d14c1b22f3d176fe3e5a (patch)
tree705f4bd622297f3970e8bca072b2c78cb6954bee
parent4c23faa1fbfeac0993e733fccd34ed7277c39f3d (diff)
parent8bf4d479585bc692f13edf817cd11c1848086906 (diff)
downloadrofi-pass-e52064ad848b6efbed71d14c1b22f3d176fe3e5a.tar.gz
Merge pull request #142 from nymous/patch-1
Reorder incorrectly placed section in README
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6153601..7e72ec7 100644
--- a/README.md
+++ b/README.md
@@ -121,12 +121,6 @@ Rofi-pass allows you to easily share common used passwords across multiple entri
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 change annually.
To use this function you need to add the following line instead of the password, referencing a pass file which holds the password.
-## User filename as user
-
-If your password file has no user field you can ask rofi-pass to use the filename instead.
-For example with this password file path : `web/fsf.org/rms` rofi-pass will user `rms` as your username.
-To get this, you need to set `default_user` to `:filename` in your configuration.
-
```
#FILE=PATH/to/filename
```
@@ -134,6 +128,12 @@ where PATH is relative to your password-store.
*And yes, you should slap your service provider for forcing you to share passwords across services.*
+## User filename as user
+
+If your password file has no user field you can ask rofi-pass to use the filename instead.
+For example with this password file path : `web/fsf.org/rms` rofi-pass will user `rms` as your username.
+To get this, you need to set `default_user` to `:filename` in your configuration.
+
## FAQ
### rofi pass prints garbage instead of my actual passes