aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/path.bash
Commit message (Collapse)AuthorAgeFilesLines
* Add "pop" and "shift" methods to path()Tom Ryder2017-01-251-1/+1
|
* Remove misplaced \0 in completion funcTom Ryder2017-01-071-1/+1
|
* 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.
* Add -r to read to placate shellcheckTom Ryder2016-08-231-1/+1
|
* Update path() completionTom Ryder2016-08-201-3/+3
|
* Tidy completion filesTom Ryder2016-07-301-1/+0
| | | | Add comments, add short-circuit to vared() completion
* Move bash completion setup into separate dirTom Ryder2016-07-301-0/+60