system/password-store: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:28:17 -04:00
parent bac50d51a6
commit 9a4f407828
1 changed files with 7 additions and 7 deletions

View File

@ -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)