docs: update
This commit is contained in:
parent
ca4d980532
commit
1c0e287dca
30
README.md
30
README.md
|
@ -8,21 +8,35 @@ A simple password manager using GPG.
|
||||||
- `bash`
|
- `bash`
|
||||||
- `gpg2`
|
- `gpg2`
|
||||||
|
|
||||||
|
**Clipboard Support**:
|
||||||
|
|
||||||
|
- `xclip` or `tmux`
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Examples: `pash add web/gmail`, `pash list`, `pash del google`, `pash show github`.
|
Examples: `pash add web/gmail`, `pash list`, `pash del google`, `pash show github`.
|
||||||
|
|
||||||
```
|
```
|
||||||
pash - simple password manager.
|
SYNOPSIS
|
||||||
usage: pash [add|del|show|list] [name] [-n,-q,-c] [-l length]
|
|
||||||
|
|
||||||
-n Limit passwords to alphanumeric characters.
|
pash [ add|del|show|list ] [name] [ -ncqhv ] [ -l length ]
|
||||||
-l length Length of generated passwords.
|
|
||||||
-c Copy password to clipboard.
|
COMMANDS
|
||||||
-q Don't print password to stdout.
|
|
||||||
-h Print this message.
|
[a]dd [name]: Create a new entry in the password store.
|
||||||
-v Show version.
|
[d]el [name]: Delete an entry from the password store.
|
||||||
|
[s]how [name]: Show password from an entry in the password store.
|
||||||
|
[l]ist: List all entries from the password store.
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
|
||||||
|
−n Limit passwords to alphanumeric characters.
|
||||||
|
−l Length of generated passwords.
|
||||||
|
−c Copy password to clipboard.
|
||||||
|
−q Don't print password to stdout.
|
||||||
|
−h Show usage and exit.
|
||||||
|
−v Show version and exit.
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Reference in New Issue