diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-12-28 23:41:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:54:56 +0700 |
commit | f83f6c885967a2179ce97601d5c31bf07269ce67 (patch) | |
tree | 4ac38d721d3248b30447074830333066ffbb5aa4 /system/upass/README | |
parent | adb00ce19c04dc58ac97151b0176336b2d00a22d (diff) | |
download | slackbuilds-f83f6c885967a2179ce97601d5c31bf07269ce67.tar.gz |
system/upass: Added (Console UI for pass).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/upass/README')
-rw-r--r-- | system/upass/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/upass/README b/system/upass/README new file mode 100644 index 0000000000..553134e317 --- /dev/null +++ b/system/upass/README @@ -0,0 +1,14 @@ +upass (Console UI for pass) + +Run upass and use the friendly console interface. + +upass stores its config in ~/.config/kwpolska/upass/upass.ini (but it +respects XDG_CONFIG_HOME if you changed it). Available options: + +keys - keybinding configuration. * help, display, copy, refresh, +search, quit - set key bindings for commands, + +space-separated (eg. quit=q f10 will make q and f10 keybindings for +quit) uplevel_h - on/off, use the h key as a back button, make sure +to change your help key bindings downlevel_l - on/off, use the l key +to open directory/password |