From e72d58a655710319268371ac735616b17d2e6863 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 11 Mar 2017 19:10:45 +0100 Subject: [PATCH] mention keyboard layouts in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4205db5..5fe857f 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ 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. +## FAQ + +* rofi pass prints garbage instead of my actual passes +** Set your keyboard layout in config + ## Alternative jreinert has written the roughly compatible tool [autopass](https://github.com/jreinert/autopass). It has less features, but definately saner code.