From e173b79b65ebab1c81c0cae932b539413aaba217 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 19 Jul 2015 20:12:01 +0200 Subject: [PATCH] update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4811cd..92e9606 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,12 @@ The `:tab` field has a special meaning. this will hit the tab key, obviously. ## Extras rofi-pass comes with a tiny helper script, which makes it easier to create new pass entries. -Just run it with `addpass -name "My new Site" -user "zeltak" -branch "branch" -custom "foobar" -CustomOrder "branch :tab user :tab pass"`. +Just run it with + +``` +addpass -name "My new Site" -user "zeltak" -branch "branch" -custom "foobar" -CustomOrder "branch :tab user :tab pass"`. +``` + You can add as many fields as needed. fieldnames are defined with `-` and the actual value is defined inside the quotations. 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.