aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 12:28:17 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:10 -0400
commit9a4f407828f8eeba4e127e584040b8f63b1767e3 (patch)
tree36aa37f022c9034c72a825e768019c4333f077ce /system
parentbac50d51a61f4cf1fd77539b240fcbb7d24cf070 (diff)
system/password-store: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/password-store/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/password-store/README b/system/password-store/README
index 5e346aad15010..bd5ba946838a9 100644
--- a/system/password-store/README
+++ b/system/password-store/README
@@ -1,20 +1,20 @@
password-store is a simple password manager which uses GnuPG2 to
securely encrypt and retrieve passwords.
-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.
+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.
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.
+/usr/share/zsh/site-functions/_pass.
+Add 'source /path/to/{bash,zsh}/completions' to your .bashrc to enable.
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.
+This script also include user-contributed scripts to help on migrating
+from third-party applications.
Optional dependencies:
- dmenu (passmenu support)