docs: update
This commit is contained in:
parent
da7b3ee15a
commit
90de85c59b
17
README.md
17
README.md
|
@ -2,16 +2,13 @@
|
||||||
|
|
||||||
A simple password manager using GPG written in POSIX `sh`.
|
A simple password manager using GPG written in POSIX `sh`.
|
||||||
|
|
||||||
```
|
- Written in safe and [shellcheck](https://www.shellcheck.net/) compliant POSIX `sh`.
|
||||||
pash
|
- Only `120~` LOC (*minus blank lines and comments*).
|
||||||
├─ dev/
|
- Compatible with `pass`'s password store.
|
||||||
│ ├─ github
|
- Clears the clipboard after a timeout.
|
||||||
├─ internet/
|
- Configurable password generation using `/dev/urandom`.
|
||||||
│ ├─ graalians
|
- Guards against `set -x` and `/proc` leakage.
|
||||||
│ ├─ pixeljoint
|
- Easily extendible through the shell.
|
||||||
│ ├─ nixers
|
|
||||||
└──┘
|
|
||||||
```
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue