Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-09-23 | Insert comment for fish completion. | Jason A. Donenfeld | 1 | -1/+6 | |
2012-09-22 | Normalize negation and bashism. | Jason A. Donenfeld | 1 | -7/+7 | |
2012-09-22 | Fix directory removal. | Jason A. Donenfeld | 1 | -5/+8 | |
2012-09-22 | Use describe with commands style. | Jason A. Donenfeld | 1 | -20/+29 | |
2012-09-22 | Add man page comment to usage message. | Jason A. Donenfeld | 1 | -0/+2 | |
2012-09-22 | Bump version to 1.4. | Jason A. Donenfeld | 1 | -1/+1 | |
2012-09-22 | Properly quote Makefile | Jason A. Donenfeld | 1 | -6/+7 | |
2012-09-22 | Add libdir mention to INSTALL. | Jason A. Donenfeld | 1 | -1/+2 | |
2012-09-22 | Normalize copyright headers. | Jason A. Donenfeld | 7 | -23/+18 | |
2012-09-22 | Bring zsh completion up to parity with bash completion | Brian Mattern | 1 | -59/+92 | |
2012-09-22 | EDITOR should be italicized. | Jason A. Donenfeld | 1 | -2/+2 | |
2012-09-22 | Allow git repo to be elsewhere via env var. | Jason A. Donenfeld | 2 | -9/+24 | |
2012-09-22 | I don't want --help or --version in bash completion. | Jason A. Donenfeld | 1 | -1/+1 | |
2012-09-22 | Vastly simplify GPG secret key finding logic. | Jason A. Donenfeld | 1 | -1/+1 | |
- Only use secret keys - Use entire UID - --with-colons makes parsing easy | |||||
2012-09-22 | simplify logic slightly | Brian Mattern | 1 | -9/+12 | |
2012-09-22 | turn -o filenames back on | Brian Mattern | 1 | -10/+6 | |
only auto-expand if there is a single completion match | |||||
2012-09-22 | bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ↵ | Jeffrey Ratcliffe | 1 | -14/+10 | |
ampersands, and clean up | |||||
2012-09-21 | Better gpg key completion for `pass init` | Brian Mattern | 1 | -2/+15 | |
2012-09-21 | Append to COMPREPLY instead of inserting by index | Brian Mattern | 1 | -3/+1 | |