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" _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
