aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/pass.bash-completion (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upate completion scripts for --echo optionBrian Mattern2012-10-031-1/+1
|
* Explicitly use gpg2 rather than relying on symlink.Jason A. Donenfeld2012-09-301-1/+1
|
* Normalize copyright headers.Jason A. Donenfeld2012-09-221-2/+2
|
* I don't want --help or --version in bash completion.Jason A. Donenfeld2012-09-221-1/+1
|
* Vastly simplify GPG secret key finding logic.Jason A. Donenfeld2012-09-221-1/+1
| | | | | | - Only use secret keys - Use entire UID - --with-colons makes parsing easy
* Better gpg id completionBrian Mattern2012-09-221-2/+8
|\ | | | | | | Names and email addresses (if present) are included
| * Better gpg key completion for `pass init`Brian Mattern2012-09-211-2/+15
| |
| * Append to COMPREPLY instead of inserting by indexBrian Mattern2012-09-211-3/+1
| |
* | simplify logic slightlyBrian Mattern2012-09-221-9/+12
| |
* | turn -o filenames back onBrian Mattern2012-09-221-10/+6
| | | | | | | | only auto-expand if there is a single completion match
* | bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ampersands, and clean upJeffrey Ratcliffe2012-09-221-14/+10
|/
* Reformat bash completion and add missing options.Jason A. Donenfeld2012-09-211-56/+61
| | | | Common git commands, --reencrypt, --force.
* Beef up bash completionBrian Mattern2012-09-211-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 spacesJeffrey Ratcliffe2012-09-201-4/+5
|
* Move completion files to contrib.1.1.4Jason A. Donenfeld2012-09-081-0/+32