summaryrefslogtreecommitdiff
path: root/system/password-store/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-27 23:45:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-03 07:59:36 +0700
commit75a2679b15a2387209787b1ce4dc8def359d162d (patch)
treef99f1c5b0178fbe7c0ea3957c19b6bcce73b1043 /system/password-store/README
parent98338d936f44f1da34ecca4b1c978a1d4767a64b (diff)
downloadslackbuilds-75a2679b15a2387209787b1ce4dc8def359d162d.tar.gz
system/password-store: Updated for version 1.7.1, new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/password-store/README')
-rw-r--r--system/password-store/README22
1 files changed, 17 insertions, 5 deletions
diff --git a/system/password-store/README b/system/password-store/README
index a9c771db7b..5e346aad15 100644
--- a/system/password-store/README
+++ b/system/password-store/README
@@ -1,9 +1,21 @@
-password-store is a simple password manager which uses GnuPG to
+password-store is a simple password manager which uses GnuPG2 to
securely encrypt and retrieve passwords.
-By default, bash completion is installed as
-/usr/share/bash-completion/completions/pass. Add 'source
-/usr/share/bash-completion/completions/pass' to your .bashrc to enable it.
+The pass utility provides a series of commands for manipulating the password
+store, allowing the user to add, remove, edit, synchronize, generate, and
+manipulate passwords.
-zsh and fish completion is also optionally included.
+By default, bash and zsh completion are installed in
+/usr/share/bash-completion/completions/pass and
+usr/share/zsh/site-functions/_pass.
+Add 'source /path/to/{bash,zsh}/completions' to your .bashrc to enable it.
+
+fish completion is optionally included.
uncomment the lines in the SlackBuild to include it in the package.
+
+This script also include user-contributed scripts to help on migrating from
+third-party applications.
+
+Optional dependencies:
+- dmenu (passmenu support)
+- pwgen (generate human-easily memorized password)