aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 732d2d9..826c5b9 100644
--- a/README.md
+++ b/README.md
@@ -71,10 +71,11 @@ Also included is an import script for keepass2 databases. It's the same script t
## FAQ
-* rofi pass prints garbage instead of my actual passes
+* rofi pass prints garbage instead of my actual passes <br>
** Make sure to run `setxkbmap <language> <variant>` at the start of your Xorg session.
## Alternative
jreinert has written the roughly compatible tool [autopass](https://github.com/jreinert/autopass). It has less features, but definately saner code.
Also he provided a nice little script called `passed` to change your fieldnames. [link](https://github.com/jreinert/passed)
+And finally it ships with a script "pass2csv.py", which can export your pass store to csv format.