aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
Commit message (Collapse)AuthorAgeFilesLines
* Feature test for find(1) completionTom Ryder2016-09-061-0/+4
|
* Add left-paren to subshell casesTom Ryder2016-09-061-5/+5
|
* Add find(1) completionTom Ryder2016-09-051-0/+85
|
* Complete kill builtin with jobspecs and user PIDsTom Ryder2016-09-051-0/+15
|
* Skip comments in Makefile Bash completionTom Ryder2016-09-051-0/+1
|
* Handle empty filename completions betterTom Ryder2016-08-307-29/+56
| | | | | | 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.
* Put dotfiles manuals into their own sectionTom Ryder2016-08-262-3/+3
| | | | This probably contains a few mistakes
* Explicitly declare array to reassure shellcheckTom Ryder2016-08-231-3/+2
|
* Add -r to read to placate shellcheckTom Ryder2016-08-233-3/+3
|
* Split completions that use ssh_config(5) hostsTom Ryder2016-08-224-22/+33
|
* Use dynamic completion if availableTom Ryder2016-08-211-38/+0
|
* Update path() completionTom Ryder2016-08-201-3/+3
|
* Use explicit -n test within [[ ]]Tom Ryder2016-08-181-2/+2
| | | | | Bash doesn't require it, but there's no real advantage to it and it's a better habit for complying with e.g. pdksh, which does
* Remove "hg" from possible completions for prompt()Tom Ryder2016-08-101-1/+1
|
* Remove error in expansion quotingTom Ryder2016-08-031-1/+1
|
* Tidy completion filesTom Ryder2016-07-3010-7/+10
| | | | Add comments, add short-circuit to vared() completion
* Rename vis completion to edsTom Ryder2016-07-301-7/+7
|
* Move bash completion setup into separate dirTom Ryder2016-07-3020-0/+513