Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / password-store / pkg-descr
1 Password management should be simple and follow Unix philosophy. With pass, each
2 password lives inside of a gpg encrypted file whose filename is the title of the
3 website or resource that requires the password. These encrypted files may be
4 organized into meaningful folder hierarchies, copied from computer to computer,
5 and, in general, manipulated using standard command line file management
6 utilities.
7
8 pass makes managing these individual password files extremely easy. All
9 passwords live in ~/.password-store, and pass provides some nice commands for
10 adding, editing, generating, and retrieving passwords. It is a very short and
11 simple shell script. It's capable of temporarily putting passwords on your
12 clipboard and tracking password changes using git.
13
14 You can edit the password store using ordinary Unix shell commands alongside the
15 pass command. There are no funky file formats or new paradigms to learn. There
16 is bash completion so that you can simply hit tab to fill in names.
17
18 WWW: https://www.passwordstore.org/