aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/emacs/password-store.el
AgeCommit message (Expand)Author
2023-12-01emacs: Clear both, kill-ring & the system clipboardHEADmasterNiall Dooley
2023-05-03emacs: Remove unused s library dependencyMekeor Melire
2022-12-26emacs: Drop external dependency auth-source-passTino Calancha
2022-09-06emacs: Add command password-store-generate-no-symbolsTino Calancha
2022-03-06emacs: Fix an infloop on Windows enviromentsTino Calancha
2020-03-28emacs: Drop dependency on f libraryPhilip K
2019-09-29emacs: Update docstring of password-store-clearTino Calancha
2019-09-16emacs: Make parameter optional in password-store-clearSergey Trofimov
2019-08-29emacs: Check that auth-source-pass-filename is bound before use itTino Calancha
2019-08-29Support extractions of secret fields other than passwordTino Calancha
2019-08-27emacs: Improve password-store-insert message on success/failureTino Calancha
2019-08-26Re add password-store-timeout for backward compatibilityTino Calancha
2019-08-26emacs: Prefer to use Emacs builtin customization machineryTino Calancha
2019-08-04emacs: require matching password for completionibizaman
2019-06-11emacs: Delete duplicate entries from password-store-listTino Calancha
2019-04-26emacs: Drop nil command argumentsSvend Sorensen
2019-04-06emacs: Release version 2.0.0 of Emacs packageSvend Sorensen
2019-04-06emacs: Supprt asynchronous pass operations which return output.Ian Eure
2018-10-31emacs: Fix typo in password-store-url function doc stringSvend Sorensen
2017-08-30emacs: Release version 1.0.1 of Emacs packageSvend Sorensen
2017-08-30emacs: --run-async: Quote shell argumentsDamien Cassou
2017-08-29emacs: Update author's email addressSvend Sorensen
2017-08-29emacs: Fix package-lint violationsSvend Sorensen
2017-07-27emacs: Release version 1.0.0 of Emacs packageSvend Sorensen
2017-07-27emacs: Use with-editor to wrap "pass edit"Svend Sorensen
2015-10-27emacs: Add defvar for timeout timerPeter Vasil
2015-09-30emacs: Guard against "%" in message stringSvend Sorensen
2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton
2015-03-24emacs: Remove dash from Package-RequiresSvend Sorensen
2015-03-24emacs: Remove dependency on dashSvend Sorensen
2015-03-23emacs: Use spaces for indentationSvend Sorensen
2015-03-16emacs: Separate stdout and stderrSvend Sorensen
2015-01-08emacs: Quote shell argumentsSvend Sorensen
2014-06-16emacs: Use PASSWORD_STORE_CLIP_TIME env variableSvend Sorensen
2014-06-16emacs: Use when instead of if/prognSvend Sorensen
2014-06-16emacs: Update pass website URLSvend Sorensen
2014-05-08Implement interactive init functionSvend Sorensen
2014-05-08Implement interactive rename functionSvend Sorensen
2014-05-08Reorder interactive function to match order of helper functionsSvend Sorensen
2014-05-08Make edit helper function name consistent with other helpersSvend Sorensen
2014-05-08Factor out password completing-read functionSvend Sorensen
2014-05-08Add dash to Package-RequiresSvend Sorensen
2014-05-05Add (provide 'password-store) to end of packageSvend Sorensen
2014-05-05password-length is already a numberSvend Sorensen
2014-05-05Add recursive option to remove, remove force optionSvend Sorensen
2014-05-05Move s-chomp to run functionSvend Sorensen
2014-05-05Implement pass command wrapper functionsSvend Sorensen
2014-05-05Remove nils from run argument listSvend Sorensen
2014-05-05Rename pass executable variableSvend Sorensen
2014-04-23emacs: import svend's treeJason A. Donenfeld