summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana1-10/+2
2019-01-0143959: Add completion for strongSwan, &al.dana2-0/+404
Also update _urls to complete unix:// URIs as for file://
2018-12-3043914 (tweaked): Add completion for Composerdana1-0/+850
Tweaks: Adjusted spelling, fixed minor idiomatic issues
2018-12-1743897: Add/update various completion functionsdana9-3/+244
* Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
2018-12-1743895: _watch: Complete for procps/-ng watchdana1-5/+38
2018-12-14unposted: _dig: Fix _arguments syntax errordana1-2/+2
2018-11-15unposted: _zcat: support macOSJun-ichi Takimoto1-1/+1
2018-11-1343809: Suppress npm update checks during completiondana1-2/+7
2018-11-1243819: expand adb completion to also cover options to adb backupOliver Kiddle1-1/+16
2018-11-1243816: various completion option updatesOliver Kiddle12-77/+233
2018-11-1243812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle1-1/+1
2018-11-0743761: update five completion functions for darwinJun-ichi Takimoto3-7/+39
2018-11-0243748: fix completion for ack 3betaOliver Kiddle1-6/+11
2018-11-02github #29: Add completion support for Gits --color-moved option and color ↵Wieland Hoffmann1-5/+19
settings --color-moved was added in Git 2.15.
2018-10-3143746: _ping: update for BSD and DarwinJun-ichi Takimoto1-11/+16
2018-10-3143744: _sysctl: support procps-ng, NetBSDJun-ichi Takimoto1-30/+58
with several updates for other OS
2018-10-2443723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto1-3/+1
2018-10-2443722: _ed, _env, _sort: support darwinJun-ichi Takimoto3-12/+12
use the same completions as freebsd
2018-10-2443721: _diff3: detect GNU variant correctlyJun-ichi Takimoto1-3/+3
2018-10-2443718: Use singular completion group descriptionsdana11-19/+19
2018-10-2343714: complete lp fit-to-page optionMarcin Mielniczuk1-1/+1
2018-10-2243713: Improve init.d command completiondana1-6/+20
2018-10-1743698: update options for git 2.19.1Oliver Kiddle1-37/+74
2018-09-23gitlab !2: _toilet: detect .flf files as well as .tlf onesNoam Barnea1-1/+1
2018-09-14_svn: Allow hyphens in command name aliases.Daniel Shahaf1-1/+1
Used by svn 1.11.0-rc1.
2018-09-12unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf1-1/+1
2018-09-1243443: _git: When completing worktrees, show the ref and hash of each worktree.Daniel Shahaf1-2/+19
2018-09-1243442: _git: Break out a helper function.Daniel Shahaf1-2/+6
2018-08-31unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle1-2/+2
2018-08-3143359: further review of git remote set-url completionOliver Kiddle1-26/+17
2018-08-3142810: git remote set-url completionpseyfert1-7/+22
2018-08-3043350: _zsh: support --emulateJun-ichi Takimoto1-1/+4
2018-08-2943346: various completion option updatesOliver Kiddle16-39/+61
2018-08-2943348: _hg: check for both -r and --revAnton Shestakov1-2/+2
2018-08-2943347: _hg: use revsets for suggestions for hg mergeAnton Shestakov1-6/+2
2018-08-2843345: don't modify global variable in _umountableOliver Kiddle1-1/+1
2018-08-28unposted: completion for argument to strings -s was missingOliver Kiddle1-1/+1
2018-08-28unposted: complete also for bsdtarOliver Kiddle1-1/+1
2018-08-2543331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf1-3/+3
2018-08-2443329: new diff3 completionOliver Kiddle1-0/+46
2018-08-23unposted: Fix --ascii typo in _mandana1-1/+1
2018-08-2343325: _hg: suggest merge tools for -t/--toolAnton Shestakov1-4/+20
2018-08-2343326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov1-10/+14
2018-08-2343301: add some functions from zsh-completions projectOliver Kiddle3-0/+251
2018-08-1543302: Fix _du -B specdana1-2/+2
2018-08-13unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf1-1/+1
2018-08-12unposted (PR #26): __git_files: fix double quotation of starMarc CornellĂ 1-1/+1
This fixes the double quote introduced by aa160fc8, so that the end result of the parameter expansion is $pref followed by \* (a quoted star), meaning `git ls-files` gets a literal star, not an expanded list of matching files, as was intended in commit cc7437bf. Fixes completion of `git add ../<TAB>`.
2018-08-0743254: remove hg -w completion, add hg -SAnton Shestakov1-69/+69
2018-08-0743252: fix various hg options for completionAnton Shestakov1-71/+118
2018-08-0743250: add hg forget, phase, summary completionAnton Shestakov1-0/+20