summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2018-05-1942806: fix shutdown completion where options were lost due to args= ↵Oliver Kiddle1-2/+2
assignment where args+= was needed
2018-05-1942803: handle Linux and the the BSDs in netstat completionOliver Kiddle2-61/+337
2018-05-1742784: complete -s and -x options to the functions builtinOliver Kiddle1-4/+10
2018-05-0842752: enhance git external alias completionPeter Stephenson1-1/+4
If alias expands to !cmd-name, complete as a normal command line after cmd-name.
2018-05-0242740: Teach _systat about the 'zarc' screenEitan Adler1-0/+1
2018-05-0242732: Add several more entries to ifconfigEitan Adler1-2/+7
2018-05-0242743: update vorbis-tools completion and include vorbiscomment with the restOliver Kiddle2-72/+112
2018-04-2942730: Complete the options for rmdirMatthew Martin2-1/+24
2018-04-2942729: update df completion for [DFNO]BSDMatthew Martin1-13/+44
2018-04-2942676: deal with system specific arguments in dd completionOliver Kiddle1-15/+97
2018-04-2942728: update options in libtiff tools completion and add handling for tiff2pdfOliver Kiddle1-69/+130
2018-04-1642659: various completion option updatesOliver Kiddle7-25/+79
2018-04-1642658: allow compact form of option arguments to diffstatOliver Kiddle1-10/+10
2018-04-1642643, 42644: new cksum completionMatthew Martin1-0/+67
2018-04-1642642 (tweaked for Solaris): OpenBSD chown does not support -f and dragonfly ↵Matthew Martin1-2/+2
has -x
2018-04-1342631: _pgrep: pkill: fix completion of signalsDaniel Hahler1-3/+5
This adds the signals after arguments are filtered according to $optchars.
2018-04-0942613: typo fix in _sspda1-1/+1
2018-04-08c.f. 42499: tera torn: update twisted completion stub for new twist commandOliver Kiddle1-2/+2
2018-04-0742602: Update _gcc as of GCC 7.3.0 for generic options and x86Mikael Magnusson1-67/+247
2018-04-0742604: new completions for OpenBSD's signify and vmctlMatthew Martin2-0/+110
2018-04-07github #24: Add completion script for Visual Studio CodeKlas Mellbourn1-0/+36
2018-04-0542590: fix detection of OSTYPE in _fmtJun-ichi Takimoto1-1/+1
2018-04-0542585: improve completion for libarchive-based tarJun-ichi Takimoto2-2/+2
Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
2018-04-0542591: complete *.changes and *.dsc files alongside *.debOliver Kiddle1-1/+1
2018-04-0542584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle1-6/+24
2018-04-0542583: new column completionOliver Kiddle1-0/+59
2018-04-0542582: updates to options in completions for OpenBSD 6.3Oliver Kiddle4-6/+29
2018-04-0542578: _shutdown: add support for macOSJun-ichi Takimoto1-2/+13
2018-04-0542577: fix macOS support in _stringsJun-ichi Takimoto1-2/+2
2018-03-3142572: various completion option updatesOliver Kiddle14-27/+68
2018-03-3142571: new completion for FreeBSD jail commandOliver Kiddle2-1/+54
2018-03-3042568: new shutdown completionOliver Kiddle1-0/+61
2018-03-3042569: improve lsof completion after -i and -s optionsOliver Kiddle1-8/+42
2018-03-3042567: new completion for xmlstarletOliver Kiddle1-0/+177
2018-03-3042570: new completion for drill and factor out DNS type completionOliver Kiddle3-10/+55
2018-03-3042566: new strings completionOliver Kiddle1-0/+73
2018-03-2942564: _adb: Various improvementsMikael Magnusson1-49/+45
Show product as description by default Add zstyle for naming devices via serial number Add --user to uninstall and other improvements
2018-03-2842548: new pwgen completionOliver Kiddle1-0/+19
2018-03-2842549: also handle the yumdb command in yum completionOliver Kiddle1-1/+53
2018-03-2842550: new completion for ruby's gemOliver Kiddle1-0/+303
2018-03-2442520: don't use an empty but existing option cache in netcat completionOliver Kiddle1-4/+5
2018-03-2442521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make ↵Oliver Kiddle1-11/+7
completion make always includes relative to the current directory rather than relative to the including Makefile.
2018-03-2442491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵Oliver Kiddle4-50/+53
for mosh and git
2018-03-2342497 (tweaked c.f. 42498): make completion after apt install work on local ↵Oliver Kiddle1-13/+14
.deb files
2018-03-2242191: new completion for otool (macOS)Jun-ichi Takimoto1-0/+47
2018-03-07github #22: Add newer C++ standard options to gcc completionFerenc-1-1/+1
2018-03-07github #23: new kdeconnect-cli completionMatthijs Tijink1-0/+33
2018-02-26users/23169: only expand ~[...] under the same circumstances as other ~formsPeter Stephenson1-1/+2
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.