docs: update

This commit is contained in:
Dylan Araps 2019-11-30 19:51:42 +00:00
parent da7b3ee15a
commit 90de85c59b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 7 additions and 10 deletions

View File

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