https://github.com/DamienCassou/auth-password-store.git
git clone 'git://github.com/DamienCassou/auth-password-store.git'
Integrate Emacs' auth-source with password-store. The
auth-source
library is a way for Emacs to answer the old burning question “What
are my user name and password?”.
Password-store (or just pass
) is a
standard unix password manager following the Unix philosophy.
The auth-password-store project is a password-store backend for auth-source.
Use melpa.
Add the folowwing to your =init.el= file:
(require 'auth-password-store)
(auth-pass-enable)
Yes, please do! See CONTRIBUTING for guidelines.
See COPYING. Copyright (c) 2015 Damien Cassou & Nicolas Petton.