Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | emacs: Fix typo in password-store-url function doc string | Svend Sorensen | |
"http://" was repeated, fix the second instance to read "https://". | |||
2017-08-29 | emacs: Release version 1.0.1 of Emacs package | Svend Sorensen | |
2017-08-29 | emacs: --run-async: Quote shell arguments | Damien Cassou | |
This is important for filenames with special characters such as spaces and parenthesis. | |||
2017-08-29 | emacs: Update author's email address | Svend Sorensen | |
2017-08-29 | emacs: Fix package-lint violations | Svend Sorensen | |
2017-07-26 | emacs: Release version 1.0.0 of Emacs package | Svend Sorensen | |
2017-07-26 | emacs: Use with-editor to wrap "pass edit" | Svend Sorensen | |
Instead of editing the password file directly using Emacs, "pass edit" is run. This allows password-store's git change tracking to work. This adds a dependency on the with-editor Emacs package. | |||
2015-10-27 | emacs: Add defvar for timeout timer | Peter Vasil | |
Use a defvar for the timeout timer in order to have better control and not starting multiple timers when calling password-store-copy. | |||
2015-09-30 | emacs: Guard against "%" in message string | Svend Sorensen | |
The output of pass may contain "%", which will cause `message` to throw the error: "Not enough arguments for format string". For example, `pass rename foo bar` outputs: [master c33f7a9] Rename foo to bar. 1 file changed, 0 insertions(+), 0 deletions(-) rename foo.gpg => bar.gpg (100%) | |||
2015-05-26 | emacs: Make `password-store-password-length' customizable | Nicolas Petton | |
2015-03-23 | emacs: Remove dash from Package-Requires | Svend Sorensen | |
2015-03-23 | emacs: Remove dependency on dash | Svend Sorensen | |
Use delq instead of -reject from the dash package. | |||
2015-03-22 | emacs: Use spaces for indentation | Svend Sorensen | |
2015-03-16 | emacs: Separate stdout and stderr | Svend Sorensen | |
This fixes a problem where gnupg-agent messages would get mixed with the password content. | |||
2015-01-08 | emacs: Quote shell arguments | Svend Sorensen | |
Quote shell arguments for insert so that it handles passwords and entry names that contain special characters. | |||
2014-06-16 | emacs: Use PASSWORD_STORE_CLIP_TIME env variable | Svend Sorensen | |
Timeout password after PASSWORD_STORE_CLIP_TIME seconds, if set. Otherwise timeout after 45 seconds. These are the setting used by pass. | |||
2014-06-16 | emacs: Use when instead of if/progn | Svend Sorensen | |
2014-06-16 | emacs: Update pass website URL | Svend Sorensen | |
2014-05-07 | Implement interactive init function | Svend Sorensen | |
2014-05-07 | Implement interactive rename function | Svend Sorensen | |
2014-05-07 | Reorder interactive function to match order of helper functions | Svend Sorensen | |
2014-05-07 | Make edit helper function name consistent with other helpers | Svend Sorensen | |
2014-05-07 | Factor out password completing-read function | Svend Sorensen | |
2014-05-07 | Add dash to Package-Requires | Svend Sorensen | |
2014-05-05 | Add (provide 'password-store) to end of package | Svend Sorensen | |
2014-05-05 | password-length is already a number | Svend Sorensen | |
2014-05-04 | Add recursive option to remove, remove force option | Svend Sorensen | |
Optional force does not make sense for non-interactive remove function. | |||
2014-05-04 | Move s-chomp to run function | Svend Sorensen | |
2014-05-04 | Implement pass command wrapper functions | Svend Sorensen | |
2014-05-04 | Remove nils from run argument list | Svend Sorensen | |
2014-05-04 | Rename pass executable variable | Svend Sorensen | |
2014-04-23 | emacs: import svend's tree | Jason A. Donenfeld | |