Showing
1 changed file
with
29 additions
and
1 deletions
1 | 1 | # accountmanager.sh |
2 | 2 | |
3 | +## TOC | |
4 | + | |
5 | + - [ABOUT](#ABOUT) | |
6 | + - [NAME](#NAME) | |
7 | + - [SYNOPSIS](#SYNOPSIS) | |
8 | + - [DESCRIPTION](#DESCRIPTION) | |
9 | + - [OPTIONS](#OPTIONS) | |
10 | + - [ENVIRONMENT](#ENVIRONMENT) | |
11 | + - [DEPENDENCIES](#DEPENDENCIES) | |
12 | + - [SEE ALSO](#SEE-ALSO) | |
13 | + - [BUGS](#BUGS) | |
14 | + - [AUTHOR](#AUTHOR) | |
15 | + - [COPYRIGHT](#COPYRIGHT) | |
16 | + | |
17 | +## ABOUT | |
18 | + | |
19 | +This is a bunch of shell tools to maintain a list of credentials, | |
20 | +(username, password) tuples to multiple accounts, identidied by a unique | |
21 | +name, similar to [KeePass](http://keepass.info). | |
22 | + | |
23 | +I created this because I was unhappy with the existing solutions. I | |
24 | +really wanted my credentials stored in a way that I can access them | |
25 | +without clicking to some kind of GUI. | |
26 | + | |
27 | +Also these tools don't use a GUI they rely on an running X server instance | |
28 | +because password values are copied into the X clipboard via xclip. For | |
29 | +more dependencies look under [DEPENDENCIES](#DEPENDENCIES). | |
30 | + | |
3 | 31 | ## NAME |
4 | 32 | |
5 | -accountmanager.sh − source all functionality into the current shell | |
33 | +**accountmanager.sh** − source all functionality into the current shell | |
6 | 34 | |
7 | 35 | General purpose functions: |
8 | 36 | - **random** − create a non blocking stream of random data on stdout | ... | ... |
Please
register
or
login
to post a comment