summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2019-07-3024102: _user_admin subuids and subgidsEric Cook1-4/+4
2019-07-1944356: complete ansible callback plugins for the relevant environment ↵Oliver Kiddle1-7/+14
variable's value
2019-07-1944551: update for new git changesOliver Kiddle1-37/+165
2019-06-0344389: update _iostat and _vmstat for BSDJun-ichi Takimoto4-40/+93
common parts are separated into _bsd_disks and _fbsd_device_types
2019-05-23unposted: remove spurious reference to nonexistent completion functionOliver Kiddle1-2/+2
2019-05-2344349: completion option updatesOliver Kiddle24-32/+123
2019-05-2044308: update Linux modutils completionOliver Kiddle1-132/+140
2019-05-0944279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5Oliver Kiddle20-58/+97
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle16-47/+56
2019-05-07gitlab !6: Rudimentary rclone completionGautam Iyer1-0/+335
2019-05-07gitlab !7: Minor fixes to _lp and _gv completionGautam Iyer2-8/+21
2019-05-06gitlab !8: Support completion of installed lua rocks' versionsDoron Behar1-14/+31
2019-05-06gitlab !4: Add pandoc completionDoron Behar1-0/+423
2019-05-06gitlab !3: Transmission remote completionDoron Behar1-0/+503
2019-05-06github #33: Add completion file for myrepos (mr)Aurélien Olivier1-0/+126
2019-05-06github #35: fix _arguments spec for gem push completionLaurent Arnoud1-2/+2
2019-04-2644251: Completion: Fix various wording issuesdana5-9/+9
2019-04-2644250: Completion: Fix use of -A and -S options to _argumentsdana7-17/+23
2019-04-2644249: Completion: Handle zsh/files built-ins in _mv and _rmdirdana3-3/+3
2019-04-2644234: _ssh: Update for OpenSSH 8.0dana1-6/+11
2019-04-22unposted: _pick_variant: Use ${(P) ::= rather than evalMatthew Martin1-4/+4
2019-04-2244242: Completion: Use _pick_variant -b to detect builtinsMatthew Martin5-178/+234
2019-04-1044210: add _findmnt and update _lsblkJun-ichi Takimoto2-1/+119
2019-04-0444202 (tweaked): _normal: Add -P to reset precommandsMatthew Martin1-1/+2
2019-04-0444201: _command_name: Check for external forcing precommandMatthew Martin5-8/+8
2019-04-0444200 (tweaked): Completion: Append to precommands in _normalMatthew Martin6-19/+8
2019-04-0444199: _normal: Use zparseoptsMatthew Martin1-8/+5
2019-04-0144158: Completion: Add _postgresqldana1-0/+1148
Adjusted to fix minor copy/paste error in __pgsql_cfg_params
2019-03-2544160 (tweaked): Completion: Add _deb_files, match *.ddebdana7-17/+34
Add new helper function for generating Debian package/control files, use it where applicable Adjusted only for minor white-space corruption in original patch
2019-03-24unposted: _chmod: Adjust _guard patterndana1-1/+1
Per off-list feedback from Daniel, use a more context-specific pattern
2019-03-22unposted: _chmod: Use _guard for mode operanddana1-1/+1
2019-03-2144149: _mkdir, _stat: Use _pick_variant -bMatthew Martin2-26/+6
2019-03-2144144: _builtin: Append "builtin" to precommandsMatthew Martin1-0/+2
2019-03-2144155: _pick_variant: Update builtin checkMatthew Martin1-8/+22
2019-03-2244147: add/update completions for procps-ngJun-ichi Takimoto6-6/+93
New completions for free, pmap, slabtop, tload. Update _top.
2019-03-2144111: _git: Use `git rev-list` for log messagesdana1-5/+7
This side-steps issues related to `git log` respecting settings like log.showSignature
2019-03-1844135: Add chmod builtinMatthew Martin1-2/+11
2019-03-1744135: _chmod: Reformat to minimize next diff. No functional change.Matthew Martin1-44/+50
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-0/+37
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
2019-03-0844101: _vim: better support for nvimJun-ichi Takimoto1-34/+51
2019-03-06unposted: _zftp: Use 'post' pattern matchingdana1-1/+1
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead
2019-03-0644099: Completion: Add _trashdana1-0/+22
2019-02-2744087: _getconf: Complete options, config variables on more systemsdana1-29/+78
2019-02-2744090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana1-1/+1
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
2019-02-2644085: _remote_files: Prevent ls/alias settings from mangling file listingsdana1-1/+4
2019-02-2644080: Completion: Fix several option-description typosdana32-41/+41
2019-02-24unposted: _less: Fix typodana1-1/+1
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
2019-02-2244077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana5-9/+13
2019-02-2244076: _column: Support Debian, add missing options, adjust wordingdana1-12/+34
Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca`
2019-02-09gitlab !5: Add new abcde completion.Doron Behar1-0/+50