A terrible backend for auth-source to use the pa password manager.
- Emacs Lisp 100%
| auth-source-pa.el | ||
| COPYING | ||
| README.md | ||
auth-source-pa
A terrible backend for auth-source to use the pa
password manager. This is about the first Emacs Lisp I've ever written, I just
hacked enough together (with much reference to auth-source-pass) to let me use
Magit Forge with GitHub. Patches are more than
welcome.
Usage
Load the .el file, call auth-source-pa-enable. Uses the auth-source
:host as the name of the pa entry. Expects the first line of the entry to be
the :secret, the second line (if present) to be the :user.
For example, if you can do this in the shell:
$ pa show example.com
hunter2
user
You're probably on the right track.