summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2018-02-2242364: _git: fix __git_ignore_line to ignore the current wordDaniel Hahler1-6/+1
Before this patch "git branch -d master<tab>" would result in "no matches found", while "master" itself should get completed here. The "(bQ)" (added in 527badc23, via 38129?!) does not seem to be necessary anymore: with files "f\[a-z\]o" and "foo", "git add f[a-z]o <tab>" offers "f\[a-z\]o", but not "foo".
2018-02-1242324: _git: handle mutually exclusive optionsDaniel Hahler1-16/+17
Currently `git show --stat -p` is not considered a valid completion and prevents further completions like `--no-abbrev`. It is a valid use case however to use `--stat` with `-p` (and there is a synonym `--patch-with-stat` for it even). This patch changes `__git_setup_diff_options` to only handle mutually exclusive arguments reported by Git (as a fatal error) in a special way.
2018-02-1142327: _make: complete _filesDaniel Hahler1-1/+2
The use case is completing files that are actual targets, generated using $(wildcard …). Q: Could this be made to only complete files if make targets and vars are empty?
2018-02-08unposted: _subversion: Support subcommands with hyphens in their names, such ↵Daniel Shahaf1-1/+1
as 'shelf-list (shelves)' from upstream 1.10 development versions.
2018-02-0842333: git 2.16.0 no longer accepts an empty string as a pathspec element so ↵Christian Hesse1-1/+1
replace empty strings with a dot
2018-02-0842330: ln -L and -P are POSIX, but not supported by Darwin or NetBSDMatthew Martin1-20/+34
2018-02-0742336: force single column output when getting filenames with adb ls commandWGH1-1/+1
2018-02-0742343: complete --config-option to svn more than onceOliver Kiddle1-10/+34
2018-01-2442323: _git: move "local" statement out of loopDaniel Hahler1-2/+2
Fixup for 99cf61fd4.
2018-01-2342317: completion option updates for commands that have had recent updatesOliver Kiddle10-152/+190
2018-01-2342309: A few small updates for OpenBSDMatthew Martin3-8/+13
2018-01-1042242: add [DFNO]BSD to the mix in ldconfig completionMatthew Martin1-0/+81
2018-01-0642231: new completion functions for simple utilities belonging to the ↵dana1-1/+20
'Darwin' and 'Linux' groups.
2018-01-0542230: update screen completion to 4.06.01Oliver Kiddle1-1/+3
2018-01-0542229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle6-4/+9
2018-01-0542223: new completions for sublime text and some basic Unix utilitiesdana4-0/+206
2018-01-0542221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle1-68/+113
2018-01-0442214: use less general names on new functions for completing file flags and ↵dana3-3/+3
modes
2018-01-0442210: factor out completion of file modes and flags and handle ↵dana3-26/+3
_comp_priv_prefix for chflags
2018-01-0442209: take account of numeric options such as -4 instead of -t4dana1-0/+4
2018-01-0442209: fix option descriptions for non-GNU variants of trdana1-1/+1
2018-01-0342208: fix use of cache variables in yp completionOliver Kiddle1-14/+16
2018-01-0342207: support g prefixes for GNU variants on systems like macOS+Homebrewdana15-15/+15
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook11-10/+11
2017-12-3142183: _objdump: support LLVM variantJun-ichi Takimoto1-4/+74
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto3-9/+9
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
2017-12-2742176: _tar: update long optionsJun-ichi Takimoto1-2/+8
2017-12-22dana: various OpenSSH completion improvementsdana1-45/+53
2017-12-2042138: _git-revert: Complete recent commits first.Daniel Shahaf1-1/+1
2017-11-1342019: update options in git completion to 2.15Oliver Kiddle1-64/+164
also improve format completion for git tag and for-each-ref
2017-11-13gitlab #1: update options for sqlite 3.21.0Oliver Kiddle1-1/+4
2017-11-0341969: _sort: Clarify option description.Daniel Shahaf1-1/+1
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle1-8/+3
2017-10-3141963: update completion for gnutls 3.6.1Oliver Kiddle1-27/+52
2017-10-2941961: new ansible completionOliver Kiddle1-0/+281
2017-10-2941958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle2-17/+60
2017-10-2941957: update git completion for git 2.14.3Oliver Kiddle1-4/+6
2017-10-2041943: Completion: add --clean for vimChristian Brabandt1-0/+1
Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode).
2017-10-1341833 + 41838: _jq: New completion.Daniel Shahaf1-0/+34
2017-10-1141855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle3-5/+12
completion
2017-10-1141854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵Oliver Kiddle1-66/+205
and for ping6
2017-10-1141853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle1-5/+30
reader
2017-10-1141849: handle both unexpand and expand in a single functionOliver Kiddle2-31/+22
They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle2-2/+2
a better choice than -P
2017-10-10unposted: rename _expand command completion to avoid clash with completerPeter Stephenson1-0/+0
2017-10-0741823: new completions for some GNU coreutils utilitiesOliver Kiddle9-13/+236
2017-10-0441808: _git-cherry-pick: Typo fixesNoah Pendleton1-2/+2
2017-09-22update mtr completion through mtr 0.92Oliver Kiddle1-20/+58
2017-09-2241732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle1-25/+23
mode tables
2017-09-1841729: update options for gnutls completion plus cleanup and rearrange the ↵Oliver Kiddle1-115/+170
function