Browse Source

fix cleanups

master
Georg Hopp 9 years ago
parent
commit
0ae854ad21
  1. 46
      README.md

46
README.md

@ -7,27 +7,27 @@
accountmanager.sh − source all functionality into the current shell accountmanager.sh − source all functionality into the current shell
General purpose functions: General purpose functions:
- random − create a non blocking stream of random data on stdout
- rand\_printable − create a random string a printable characters
- **random** − create a non blocking stream of random data on stdout
- **rand\_printable** − create a random string a printable characters
Database management functions: Database management functions:
- amngrdbinit − initialize the SQLite account database
- amngrdbdestroy − remove the SQLite account database
- **amngrdbinit** − initialize the SQLite account database
- **amngrdbdestroy** − remove the SQLite account database
Account management functions: Account management functions:
- amngradd − add an account credential to the database
- amngrcreate − create a new account credential to the database
- amngrcrypt − crypt the given data with GnuPG
- amngrdelete − delete an account
- amngrgen − generate a encrypted random passphrase
- amngrgetoldpass − copy previous password of account to X clipboard
- amngrgetolduser − copy previous username of account to X clipboard
- amngrgetpass − copy active password of account to X clipboard
- amngrgetuser − copy active username of account to X clipboard
- amngrid − write the database id of a given account name to stdout
- amngrlist − list all accounts
- amngrrename − rename an account
- amngrsearch − pattern search accounts
- **amngradd** − add an account credential to the database
- **amngrcreate** − create a new account credential to the database
- **amngrcrypt** − crypt the given data with GnuPG
- **amngrdelete** − delete an account
- **amngrgen** − generate a encrypted random passphrase
- **amngrgetoldpass** − copy previous password of account to X clipboard
- **amngrgetolduser** − copy previous username of account to X clipboard
- **amngrgetpass** − copy active password of account to X clipboard
- **amngrgetuser** − copy active username of account to X clipboard
- **amngrid** − write the database id of a given account name to stdout
- **amngrlist** − list all accounts
- **amngrrename** − rename an account
- **amngrsearch** − pattern search accounts
## SYNOPSIS ## SYNOPSIS
@ -201,14 +201,14 @@ The options are consistent over all sub commands. However not all sub
commands use all options and some sub commands take arguments that other commands use all options and some sub commands take arguments that other
get per option. (See **DESCRIPTION**) get per option. (See **DESCRIPTION**)
- **-u** The login username of the credential for the account.
- **-p** The plain text password of the credential for the account.
- **-d** The description for the account.
- **-D** Select the database file to use instead of the one defined in the
- **-u** The login username of the credential for the account.
- **-p** The plain text password of the credential for the account.
- **-d** The description for the account.
- **-D** Select the database file to use instead of the one defined in the
**$AMNGRDB** environment variable. **$AMNGRDB** environment variable.
- **-r** Select a recipient id for GnuPG encryption to use instead of the one
- **-r** Select a recipient id for GnuPG encryption to use instead of the one
defined in the **$AMNGRID** environment variable. defined in the **$AMNGRID** environment variable.
- **-s** The column separator for the **amngrlist** and
- **-s** The column separator for the **amngrlist** and
**amngrsearchcommands**. **amngrsearchcommands**.
## ENVIRONMENT ## ENVIRONMENT

Loading…
Cancel
Save