Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: Release version 1.0.1 of Emacs package | 2017-08-29 | 2 | -5/+10 | |
| | |||||
* | emacs: --run-async: Quote shell arguments | 2017-08-29 | 1 | -4/+5 | |
| | | | | | This is important for filenames with special characters such as spaces and parenthesis. | ||||
* | emacs: Update author's email address | 2017-08-29 | 1 | -2/+2 | |
| | |||||
* | emacs: Fix package-lint violations | 2017-08-29 | 1 | -2/+3 | |
| | |||||
* | emacs: Release version 1.0.0 of Emacs package | 2017-07-26 | 2 | -1/+8 | |
| | |||||
* | emacs: Use with-editor to wrap "pass edit" | 2017-07-26 | 2 | -9/+17 | |
| | | | | | | | 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. | ||||
* | emacs: Add defvar for timeout timer | 2015-10-27 | 1 | -1/+8 | |
| | | | | | Use a defvar for the timeout timer in order to have better control and not starting multiple timers when calling password-store-copy. | ||||
* | emacs: Guard against "%" in message string | 2015-09-30 | 1 | -5/+5 | |
| | | | | | | | | | | | 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%) | ||||
* | emacs: Make `password-store-password-length' customizable | 2015-05-26 | 1 | -3/+10 | |
| | |||||
* | emacs: Remove dash from Package-Requires | 2015-03-23 | 1 | -1/+1 | |
| | |||||
* | emacs: Remove dependency on dash | 2015-03-23 | 1 | -2/+1 | |
| | | | | Use delq instead of -reject from the dash package. | ||||
* | emacs: Use spaces for indentation | 2015-03-22 | 1 | -19/+19 | |
| | |||||
* | emacs: Separate stdout and stderr | 2015-03-16 | 1 | -5/+10 | |
| | | | | | This fixes a problem where gnupg-agent messages would get mixed with the password content. | ||||
* | emacs: Quote shell arguments | 2015-01-08 | 1 | -1/+4 | |
| | | | | | Quote shell arguments for insert so that it handles passwords and entry names that contain special characters. | ||||
* | emacs: Use PASSWORD_STORE_CLIP_TIME env variable | 2014-06-16 | 1 | -4/+7 | |
| | | | | | Timeout password after PASSWORD_STORE_CLIP_TIME seconds, if set. Otherwise timeout after 45 seconds. These are the setting used by pass. | ||||
* | emacs: Use when instead of if/progn | 2014-06-16 | 1 | -5/+4 | |
| | |||||
* | emacs: Update pass website URL | 2014-06-16 | 1 | -1/+1 | |
| | |||||
* | Implement interactive init function | 2014-05-07 | 1 | -0/+8 | |
| | |||||
* | Implement interactive rename function | 2014-05-07 | 1 | -0/+7 | |
| | |||||
* | Reorder interactive function to match order of helper functions | 2014-05-07 | 1 | -13/+13 | |
| | |||||
* | Make edit helper function name consistent with other helpers | 2014-05-07 | 1 | -1/+1 | |
| | |||||
* | Factor out password completing-read function | 2014-05-07 | 1 | -4/+8 | |
| | |||||
* | Add dash to Package-Requires | 2014-05-07 | 1 | -1/+1 | |
| | |||||
* | Add (provide 'password-store) to end of package | 2014-05-05 | 1 | -0/+2 | |
| | |||||
* | password-length is already a number | 2014-05-05 | 1 | -1/+1 | |
| | |||||
* | Add recursive option to remove, remove force option | 2014-05-04 | 1 | -2/+3 | |
| | | | | Optional force does not make sense for non-interactive remove function. | ||||
* | Move s-chomp to run function | 2014-05-04 | 1 | -4/+4 | |
| | |||||
* | Implement pass command wrapper functions | 2014-05-04 | 1 | -4/+59 | |
| | |||||
* | Remove nils from run argument list | 2014-05-04 | 2 | -3/+5 | |
| | |||||
* | Rename pass executable variable | 2014-05-04 | 1 | -3/+3 | |
| | |||||
* | Indent using spaces | 2014-04-24 | 1 | -11/+11 | |
| | |||||
* | emacs: import svend's tree | 2014-04-23 | 4 | -0/+215 | |