From bcafceef757f473a8fe088d970bb21549d9df63c Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 13 Sep 2015 04:20:27 +0200 Subject: mention autopass --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f9d5070..3605d55 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,8 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a * Fieldnames are defined with `+` and the actual value is defined inside the quotations. You can add as many fields as you like 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. + +## Alternative + +jreinert has written a roughly compatible tool to rofi-pass. It has less features, but definately saner code. +Also he provided a nice little script called `passed` to change your fieldnames. [autopass](https://github.com/jreinert/autopass) -- cgit