aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/td.bash
Commit message (Collapse)AuthorAgeFilesLines
* 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/+15
| | | | | | 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.
* Fix up completions for td(1df)Tom Ryder2017-05-231-4/+11
| | | | Hung on null completion
* Add some missing "local" callsTom Ryder2016-12-121-0/+1
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-261-1/+1
| | | | This probably contains a few mistakes
* Move bash completion setup into separate dirTom Ryder2016-07-301-0/+18