Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upate completion scripts for --echo option | Brian Mattern | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | Explicitly use gpg2 rather than relying on symlink. | Jason A. Donenfeld | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Normalize copyright headers. | Jason A. Donenfeld | 2012-09-22 | 1 | -2/+2 |
| | |||||
* | I don't want --help or --version in bash completion. | Jason A. Donenfeld | 2012-09-22 | 1 | -1/+1 |
| | |||||
* | Vastly simplify GPG secret key finding logic. | Jason A. Donenfeld | 2012-09-22 | 1 | -1/+1 |
| | | | | | | - Only use secret keys - Use entire UID - --with-colons makes parsing easy | ||||
* | Better gpg id completion | Brian Mattern | 2012-09-22 | 1 | -2/+8 |
|\ | | | | | | | Names and email addresses (if present) are included | ||||
| * | Better gpg key completion for `pass init` | Brian Mattern | 2012-09-21 | 1 | -2/+15 |
| | | |||||
| * | Append to COMPREPLY instead of inserting by index | Brian Mattern | 2012-09-21 | 1 | -3/+1 |
| | | |||||
* | | simplify logic slightly | Brian Mattern | 2012-09-22 | 1 | -9/+12 |
| | | |||||
* | | turn -o filenames back on | Brian Mattern | 2012-09-22 | 1 | -10/+6 |
| | | | | | | | | only auto-expand if there is a single completion match | ||||
* | | bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ↵ | Jeffrey Ratcliffe | 2012-09-22 | 1 | -14/+10 |
|/ | | | | ampersands, and clean up | ||||
* | Reformat bash completion and add missing options. | Jason A. Donenfeld | 2012-09-21 | 1 | -56/+61 |
| | | | | Common git commands, --reencrypt, --force. | ||||
* | Beef up bash completion | Brian Mattern | 2012-09-21 | 1 | -15/+63 |
| | | | | | | | | | | | | | | | | | | | New features: * command name completion (show,insert,generate,etc) * `pass init <tab>` will list email addresses from gpg --list-keys * for 'show' command, if a folder contains a single entry, it will be auto-completed (recursively!) The other commands don't do this since you could be adding a new entry into an existing folder. * option completion (e.g., --clip) Note: I turned off "-o filenames" because it was incompatible with the auto-expansion. So, I instead quote using `printf "%q"` to handle files with spaces and other odd characters. | ||||
* | Fixed bash completion for files with spaces | Jeffrey Ratcliffe | 2012-09-20 | 1 | -4/+5 |
| | |||||
* | Move completion files to contrib.1.1.4 | Jason A. Donenfeld | 2012-09-08 | 1 | -0/+32 |