summaryrefslogtreecommitdiffstats
path: root/system/password-store/README
blob: 39159bb9573b31a694b11c2f5ff026828c62d4d8 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.

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.

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)
- wl-clipboard (needed to use password-store in wayland)