[pass] password-store Emacs package
Svend Sorensen
svend at ciffer.net
Tue Apr 22 19:53:33 CEST 2014
I've created an Emacs package for password-store. It can be installed
from the Emacs MELPA package archive. I hope other people find it
useful.
https://github.com/svend/emacs-password-store
This package provides functions for working with pass.
Example usage
Interactive:
M-x password-store-insert
Password entry: example
Password: ........
Confirm password: ........
M-x password-store-copy
Password entry: example
Copied example to the kill ring. Will clear in 45 seconds.
Password cleared.
Lisp:
(password-store-insert "example" "password")
(password-store-get "example") ; Returns "password"
More information about the Password-Store
mailing list