pash
pash copied to clipboard
🔒 A simple password manager using GPG written in POSIX sh.
This pull request adds an [e]dit command to `pash`, allowing easy editing of password files. I understand your reluctance to use temporary files (leak in `/proc`?); however, I can't really...
Loving `pash`, but it could use a man page for documentation. I could help with this; I'll have time in a couple weeks.
I've added this because I wanted [browserpass](https://github.com/browserpass/browserpass-extension) compatibility. I also think this is a pretty basic functionality that most users would want. It is POSIX `sh` and shellcheck compliant.
This may or may not be merged. Was fun to write either way. :)
Used oathtool to generate otps Tried making pash menu work, you can see my notes in the code. But also included a pashmenu script that uses dmenu and st to...