diff options
Diffstat (limited to 'system/password-store/README')
-rw-r--r-- | system/password-store/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/password-store/README b/system/password-store/README new file mode 100644 index 0000000000..f0ccfb51a3 --- /dev/null +++ b/system/password-store/README @@ -0,0 +1,13 @@ +password-store is a simple password manager which uses GnuPG to +securely encrypt and retrieve passwords. + +By default, bash completion is installed as +/etc/bash_completion.d/password-store. Add 'source +/etc/bash_completion.d/password-store' to your .bashrc to enable it. + +zsh and fish completion is also optionally included. +uncomment the lines in the SlackBuild to include it in the package. + +Documentation is located in the manpages at 'man pass' and online at +http://zx2c4.com/projects/password-store/ + |