Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: Quote shell arguments | Svend Sorensen | 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 | Svend Sorensen | 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 | Svend Sorensen | 2014-06-16 | 1 | -5/+4 |
| | |||||
* | emacs: Update pass website URL | Svend Sorensen | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Implement interactive init function | Svend Sorensen | 2014-05-07 | 1 | -0/+8 |
| | |||||
* | Implement interactive rename function | Svend Sorensen | 2014-05-07 | 1 | -0/+7 |
| | |||||
* | Reorder interactive function to match order of helper functions | Svend Sorensen | 2014-05-07 | 1 | -13/+13 |
| | |||||
* | Make edit helper function name consistent with other helpers | Svend Sorensen | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Factor out password completing-read function | Svend Sorensen | 2014-05-07 | 1 | -4/+8 |
| | |||||
* | Add dash to Package-Requires | Svend Sorensen | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Add (provide 'password-store) to end of package | Svend Sorensen | 2014-05-05 | 1 | -0/+2 |
| | |||||
* | password-length is already a number | Svend Sorensen | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Add recursive option to remove, remove force option | Svend Sorensen | 2014-05-04 | 1 | -2/+3 |
| | | | | Optional force does not make sense for non-interactive remove function. | ||||
* | Move s-chomp to run function | Svend Sorensen | 2014-05-04 | 1 | -4/+4 |
| | |||||
* | Implement pass command wrapper functions | Svend Sorensen | 2014-05-04 | 1 | -4/+59 |
| | |||||
* | Remove nils from run argument list | Svend Sorensen | 2014-05-04 | 1 | -3/+4 |
| | |||||
* | Rename pass executable variable | Svend Sorensen | 2014-05-04 | 1 | -3/+3 |
| | |||||
* | emacs: import svend's tree | Jason A. Donenfeld | 2014-04-23 | 1 | -0/+173 |