From 90de85c59b6b64a6ea77b03708d98c1ff5813fba Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 30 Nov 2019 19:51:42 +0000 Subject: [PATCH] docs: update --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1cc5df5..549241d 100644 --- a/README.md +++ b/README.md @@ -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