summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
...
* 44633: complete ansible-vault actions like create, edit, etc.Lajos Koszti2019-08-191-0/+4
|
* 44587: completion option updatesOliver Kiddle2019-08-1917-63/+198
|
* 44675: _find: Fix return statusdana2019-08-171-3/+6
|
* 24102: _user_admin subuids and subgidsEric Cook2019-07-301-4/+4
|
* 44356: complete ansible callback plugins for the relevant environment ↵Oliver Kiddle2019-07-191-7/+14
| | | | variable's value
* 44551: update for new git changesOliver Kiddle2019-07-191-37/+165
|
* 44389: update _iostat and _vmstat for BSDJun-ichi Takimoto2019-06-034-40/+93
| | | | common parts are separated into _bsd_disks and _fbsd_device_types
* unposted: remove spurious reference to nonexistent completion functionOliver Kiddle2019-05-231-2/+2
|
* 44349: completion option updatesOliver Kiddle2019-05-2324-32/+123
|
* 44308: update Linux modutils completionOliver Kiddle2019-05-201-132/+140
|
* 44279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5Oliver Kiddle2019-05-0920-58/+97
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-0716-47/+56
|
* gitlab !6: Rudimentary rclone completionGautam Iyer2019-05-071-0/+335
|
* gitlab !7: Minor fixes to _lp and _gv completionGautam Iyer2019-05-072-8/+21
|
* gitlab !8: Support completion of installed lua rocks' versionsDoron Behar2019-05-061-14/+31
|
* gitlab !4: Add pandoc completionDoron Behar2019-05-061-0/+423
|
* gitlab !3: Transmission remote completionDoron Behar2019-05-061-0/+503
|
* github #33: Add completion file for myrepos (mr)Aurélien Olivier2019-05-061-0/+126
|
* github #35: fix _arguments spec for gem push completionLaurent Arnoud2019-05-061-2/+2
|
* 44251: Completion: Fix various wording issuesdana2019-04-265-9/+9
|
* 44250: Completion: Fix use of -A and -S options to _argumentsdana2019-04-267-17/+23
|
* 44249: Completion: Handle zsh/files built-ins in _mv and _rmdirdana2019-04-263-3/+3
|
* 44234: _ssh: Update for OpenSSH 8.0dana2019-04-261-6/+11
|
* unposted: _pick_variant: Use ${(P) ::= rather than evalMatthew Martin2019-04-221-4/+4
|
* 44242: Completion: Use _pick_variant -b to detect builtinsMatthew Martin2019-04-225-178/+234
|
* 44210: add _findmnt and update _lsblkJun-ichi Takimoto2019-04-102-1/+119
|
* 44202 (tweaked): _normal: Add -P to reset precommandsMatthew Martin2019-04-041-1/+2
|
* 44201: _command_name: Check for external forcing precommandMatthew Martin2019-04-045-8/+8
|
* 44200 (tweaked): Completion: Append to precommands in _normalMatthew Martin2019-04-046-19/+8
|
* 44199: _normal: Use zparseoptsMatthew Martin2019-04-041-8/+5
|
* 44158: Completion: Add _postgresqldana2019-04-011-0/+1148
| | | | Adjusted to fix minor copy/paste error in __pgsql_cfg_params
* 44160 (tweaked): Completion: Add _deb_files, match *.ddebdana2019-03-257-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
* unposted: _chmod: Adjust _guard patterndana2019-03-241-1/+1
| | | | Per off-list feedback from Daniel, use a more context-specific pattern
* unposted: _chmod: Use _guard for mode operanddana2019-03-221-1/+1
|
* 44149: _mkdir, _stat: Use _pick_variant -bMatthew Martin2019-03-212-26/+6
|
* 44144: _builtin: Append "builtin" to precommandsMatthew Martin2019-03-211-0/+2
|
* 44155: _pick_variant: Update builtin checkMatthew Martin2019-03-211-8/+22
|
* 44147: add/update completions for procps-ngJun-ichi Takimoto2019-03-226-6/+93
| | | | New completions for free, pmap, slabtop, tload. Update _top.
* 44111: _git: Use `git rev-list` for log messagesdana2019-03-211-5/+7
| | | | | This side-steps issues related to `git log` respecting settings like log.showSignature
* 44135: Add chmod builtinMatthew Martin2019-03-181-2/+11
|
* 44135: _chmod: Reformat to minimize next diff. No functional change.Matthew Martin2019-03-171-44/+50
|
* 44100: zparseopts: Add -F option, completion, tests; improve documentationdana2019-03-121-0/+37
| | | | | | | * Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
* 44101: _vim: better support for nvimJun-ichi Takimoto2019-03-081-34/+51
|
* unposted: _zftp: Use 'post' pattern matchingdana2019-03-061-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
* 44099: Completion: Add _trashdana2019-03-061-0/+22
|
* 44087: _getconf: Complete options, config variables on more systemsdana2019-02-271-29/+78
|
* 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana2019-02-271-1/+1
| | | | | The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
* 44085: _remote_files: Prevent ls/alias settings from mangling file listingsdana2019-02-261-1/+4
|
* 44080: Completion: Fix several option-description typosdana2019-02-2632-41/+41
|
* unposted: _less: Fix typodana2019-02-241-1/+1
| | | | Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/