about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 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/_/
* 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana2019-02-225-9/+13
|
* 44076: _column: Support Debian, add missing options, adjust wordingdana2019-02-221-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`
* gitlab !5: Add new abcde completion.Doron Behar2019-02-091-0/+50
|
* github #31: Add new demangle style, rust and dlangHiroki Noda2019-02-092-2/+2
|
* 44034: _date_formats: Complete %9./%N, adjust wordingdana2019-02-031-7/+12
|
* 44033: Add completion for dos2unix/unix2dosdana2019-02-031-0/+129
|
* github #32: Fix a typo in the git tag completion.Fredric Silberberg2019-01-281-1/+1
|
* 44001: _brace_parameter: Complete (q+)dana2019-01-211-0/+1
|
* 43990: _opkg: Support gain-privilegesdana2019-01-181-4/+10
|
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-081-0/+5
|
* 43974: _git: Always offer -F/-m for `git tag`dana2019-01-041-10/+2
|
* 43960: Add full completion for exec and setsiddana2019-01-013-1/+22
|
* 43959: Add completion for strongSwan, &al.dana2019-01-013-1/+405
| | | | Also update _urls to complete unix:// URIs as for file://
* 43914 (tweaked): Add completion for Composerdana2018-12-301-0/+850
| | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues
* 43930: Improve _multi_parts performancedana2018-12-301-7/+9
|
* 43928: _alternative: Evaluate (...) action syntax as with _argumentsdana2018-12-231-1/+3
|
* 43897: Add/update various completion functionsdana2018-12-1711-4/+255
| | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
* 43895: _watch: Complete for procps/-ng watchdana2018-12-171-5/+38
|
* unposted: _dig: Fix _arguments syntax errordana2018-12-141-2/+2
|
* 43871: _files: Support `-F '(pat ...)'` as with _path_filesdana2018-12-091-0/+2
|
* 43861: make "(#" completion safer by checking for ")"Peter Stephenson2018-12-041-1/+1
|
* 43860: Complete glob flags at start of word.Peter Stephenson2018-12-041-0/+4
|
* 43830: _cu: Complete /dev/cu.*Daniel O'Connor2018-11-161-2/+2
|
* unposted: _zcat: support macOSJun-ichi Takimoto2018-11-151-1/+1
|
* 43809: Suppress npm update checks during completiondana2018-11-131-2/+7
|
* unposted (cf. 43800): Update strftime completiondana2018-11-131-2/+4
|
* 43819: expand adb completion to also cover options to adb backupOliver Kiddle2018-11-121-1/+16
|
* 43818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle2018-11-121-5/+8
|
* 43816: various completion option updatesOliver Kiddle2018-11-1217-147/+427
|
* 43817: update options in btrfs completion through to btrfs 4.17.1Oliver Kiddle2018-11-121-66/+182
|
* 43813: for powerd add units, default values and allow option arguments in ↵Oliver Kiddle2018-11-121-10/+10
| | | | the same word as the option
* 43812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle2018-11-121-1/+1
|
* 43784: clarify descriptions on options related to match sortingOliver Kiddle2018-11-081-3/+3
|
* unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵Oliver Kiddle2018-11-081-1/+1
| | | | expansion flag
* 43761: update five completion functions for darwinJun-ichi Takimoto2018-11-075-12/+43
|