summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* c.f. 42499: tera torn: update twisted completion stub for new twist commandOliver Kiddle2018-04-081-2/+2
|
* 42602: Update _gcc as of GCC 7.3.0 for generic options and x86Mikael Magnusson2018-04-071-67/+247
|
* 42604: new completions for OpenBSD's signify and vmctlMatthew Martin2018-04-072-0/+110
|
* github #24: Add completion script for Visual Studio CodeKlas Mellbourn2018-04-071-0/+36
|
* 42590: fix detection of OSTYPE in _fmtJun-ichi Takimoto2018-04-051-1/+1
|
* 42585: improve completion for libarchive-based tarJun-ichi Takimoto2018-04-052-2/+2
| | | | | | Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
* 42591: complete *.changes and *.dsc files alongside *.debOliver Kiddle2018-04-051-1/+1
|
* 42584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle2018-04-051-6/+24
|
* 42583: new column completionOliver Kiddle2018-04-051-0/+59
|
* 42582: updates to options in completions for OpenBSD 6.3Oliver Kiddle2018-04-054-6/+29
|
* 42578: _shutdown: add support for macOSJun-ichi Takimoto2018-04-051-2/+13
|
* 42577: fix macOS support in _stringsJun-ichi Takimoto2018-04-051-2/+2
|
* 42572: various completion option updatesOliver Kiddle2018-03-3114-27/+68
|
* 42571: new completion for FreeBSD jail commandOliver Kiddle2018-03-312-1/+54
|
* 42568: new shutdown completionOliver Kiddle2018-03-301-0/+61
|
* 42569: improve lsof completion after -i and -s optionsOliver Kiddle2018-03-301-8/+42
|
* 42567: new completion for xmlstarletOliver Kiddle2018-03-301-0/+177
|
* 42570: new completion for drill and factor out DNS type completionOliver Kiddle2018-03-303-10/+55
|
* 42566: new strings completionOliver Kiddle2018-03-301-0/+73
|
* 42564: _adb: Various improvementsMikael Magnusson2018-03-291-49/+45
| | | | | | | Show product as description by default Add zstyle for naming devices via serial number Add --user to uninstall and other improvements
* 42548: new pwgen completionOliver Kiddle2018-03-281-0/+19
|
* 42549: also handle the yumdb command in yum completionOliver Kiddle2018-03-281-1/+53
|
* 42550: new completion for ruby's gemOliver Kiddle2018-03-281-0/+303
|
* 42520: don't use an empty but existing option cache in netcat completionOliver Kiddle2018-03-241-4/+5
|
* 42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make ↵Oliver Kiddle2018-03-241-11/+7
| | | | | | | completion make always includes relative to the current directory rather than relative to the including Makefile.
* 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵Oliver Kiddle2018-03-244-50/+53
| | | | for mosh and git
* 42497 (tweaked c.f. 42498): make completion after apt install work on local ↵Oliver Kiddle2018-03-231-13/+14
| | | | .deb files
* 42191: new completion for otool (macOS)Jun-ichi Takimoto2018-03-221-0/+47
|
* github #22: Add newer C++ standard options to gcc completionFerenc-2018-03-071-1/+1
|
* github #23: new kdeconnect-cli completionMatthijs Tijink2018-03-071-0/+33
|
* users/23169: only expand ~[...] under the same circumstances as other ~formsPeter Stephenson2018-02-261-1/+2
|
* 42364: _git: fix __git_ignore_line to ignore the current wordDaniel Hahler2018-02-221-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".
* 42324: _git: handle mutually exclusive optionsDaniel Hahler2018-02-121-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.
* 42327: _make: complete _filesDaniel Hahler2018-02-111-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?
* unposted: _subversion: Support subcommands with hyphens in their names, such ↵Daniel Shahaf2018-02-081-1/+1
| | | | as 'shelf-list (shelves)' from upstream 1.10 development versions.
* 42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ↵Christian Hesse2018-02-081-1/+1
| | | | replace empty strings with a dot
* 42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSDMatthew Martin2018-02-081-20/+34
|
* 42336: force single column output when getting filenames with adb ls commandWGH2018-02-071-1/+1
|
* 42343: complete --config-option to svn more than onceOliver Kiddle2018-02-071-10/+34
|
* 42323: _git: move "local" statement out of loopDaniel Hahler2018-01-241-2/+2
| | | | Fixup for 99cf61fd4.
* 42317: completion option updates for commands that have had recent updatesOliver Kiddle2018-01-2313-156/+216
|
* 42299: correct optional argumentOliver Kiddle2018-01-231-1/+1
|
* 42309: A few small updates for OpenBSDMatthew Martin2018-01-233-8/+13
|
* 42294: disable REPORTTIME in completionPeter Stephenson2018-01-181-1/+3
|
* 42242: add [DFNO]BSD to the mix in ldconfig completionMatthew Martin2018-01-102-35/+81
|
* 42231: new completion functions for simple utilities belonging to the ↵dana2018-01-0616-1/+510
| | | | 'Darwin' and 'Linux' groups.
* 42230: update screen completion to 4.06.01Oliver Kiddle2018-01-051-1/+3
|
* 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle2018-01-056-4/+9
|
* 42223: new completions for sublime text and some basic Unix utilitiesdana2018-01-055-0/+219
|
* 42221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle2018-01-051-68/+113
|