m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/README.md
AgeCommit message (Collapse)Author
2019-08-29Support extractions of secret fields other than passwordTino Calancha
Allow users to retrieve any secret field stored in the files. Use auth-source-pass to retrieve the secret fields. Bump version to v2.1.0. * contrib/emacs/Cask: Replace dependency on `s' library with auth-source-pass dependency. * contrib/emacs/password-store.el (password-store-url-field): New option. (password-store-dir): Use `auth-source-pass-filename'. (password-store-read-field, password-store-get-field) (password-store-copy-field, password-store-parse-entry): New functions. (password-store-read-field): Use password-store-parse-entry. (password-store--save-field-in-kill-ring): New function extracted from `password-store-get'. (password-store-url): Use `password-store-get-field' and `password-store-url-field'. * contrib/emacs/README.md: Update documentation. * contrib/emacs/CHANGELOG.md: Announce changes.
2014-04-24Indent using spacesSvend Sorensen
2014-04-23emacs: import svend's treeJason A. Donenfeld