summaryrefslogtreecommitdiff
path: root/contrib/pass.bash-completion (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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