aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
Commit message (Collapse)AuthorAgeFilesLines
* Add completion for md()Tom Ryder2017-01-021-0/+2
|
* Ignore stderr from manpath(1) checkTom Ryder2016-12-251-1/+1
|
* Exclude .doc from blacklisted extensionsTom Ryder2016-12-201-2/+3
|
* Accept all directory names for text completionTom Ryder2016-12-201-0/+6
|
* Return not continue in text filename completionTom Ryder2016-12-201-5/+5
|
* Allow .gz completion for text fns, but not .tar.gzTom Ryder2016-12-191-3/+2
|
* Add completion for ad()Tom Ryder2016-12-131-0/+2
|
* Add some missing "local" callsTom Ryder2016-12-129-0/+11
|
* Make host variable local to functionTom Ryder2016-12-121-0/+1
|
* Remove .dat from text filename exclusionsTom Ryder2016-12-121-2/+2
| | | | | The one instance I can find in my regularly worked files is status.dat in Nagios, which is a text file
* Prevent man(1) completion interfering with pathsTom Ryder2016-12-091-0/+6
|
* Observe POSIX spec for looking for Makefile nameTom Ryder2016-10-211-3/+8
|
* Correct missed extension capitalizationTom Ryder2016-09-301-1/+1
|
* Add -d completion for keep()Tom Ryder2016-09-301-2/+54
|
* Add completion for mex(1df)Tom Ryder2016-09-201-0/+15
|
* Version check for bashdefault in Git completionTom Ryder2016-09-131-2/+7
|
* Strip some trailing blank linesTom Ryder2016-09-1113-13/+0
|
* Add git-stash/submodule completionTom Ryder2016-09-101-0/+42
|
* Move a local declarationTom Ryder2016-09-101-1/+1
|
* Fix trailing whitespaceTom Ryder2016-09-101-1/+1
|
* Correct a word testTom Ryder2016-09-091-2/+2
|
* Fix null variable referenceTom Ryder2016-09-091-2/+2
|
* Add completion for git-reset(1)Tom Ryder2016-09-091-0/+10
|
* Further refinements/extensions to Git completionTom Ryder2016-09-091-58/+131
|
* Correct ref matching in Git completionTom Ryder2016-09-091-2/+6
|
* Add completion for git-remoteTom Ryder2016-09-091-0/+26
|
* Add IFS clearing before filename/branch readsTom Ryder2016-09-091-2/+2
|
* Use double-glob to get all refsTom Ryder2016-09-091-1/+1
| | | | Including remotes
* Improve Git Bash completion a lotTom Ryder2016-09-091-17/+61
| | | | Completes Git subcommands, branch/tag names, and addable files
* Arrange extensions in descending order of freqTom Ryder2016-09-081-13/+13
| | | | So the completion is just a little bit faster
* Add .gpg files to text file skipsTom Ryder2016-09-081-0/+4
|
* Improve/extend extensions list a bitTom Ryder2016-09-081-16/+28
|
* Add text-filename heuristic completionTom Ryder2016-09-0814-0/+126
| | | | | | Filesystem type and filename extension-based to keep things quick and simple and not forking out to other tools. We'll see how well this works, but so far I really like it.
* 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
|