aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/pass.bash
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant error code in short circuitsTom Ryder2018-12-011-1/+1
|
* Use array+=() syntax in two Bash completion filesTom Ryder2018-12-011-1/+1
| | | | | Since these only load with Bash >=4.0, we may as well use the nicer method of adding to arrays.
* Remove null-result guard from completion gensTom Ryder2018-12-011-8/+2
| | | | I don't believe these are needed anymore, or possibly ever were.
* Use simpler method of no case completion checkTom Ryder2018-12-011-11/+6
|
* Add left-parens to inner case statementsTom Ryder2018-10-311-2/+2
| | | | | This helps older versions of Bash understand that the surrounding subshell isn't terminating.
* Add missing ;; terminatorsTom Ryder2018-10-311-0/+1
|
* Respect completion-ignore-case in custom functionsTom Ryder2018-10-301-0/+14
| | | | | | This involves a little too much boilerplate for my liking, but it's still an improvement over what I had before. I might find a way to make this into a generic function.
* Handle empty filename completions betterTom Ryder2016-08-301-5/+9
| | | | | | Bash 4.4 hangs in an awkward way (probably outputting the literal null char in some unexpected context) without this; I'm not sure if this is a bug or whether it's just been tolerated behaviour until now.
* Move bash completion setup into separate dirTom Ryder2016-07-301-0/+39