summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2021-03-2848212: Introduce new completion for Linux task capabilitiesArseny Maslennikov1-0/+65
2021-03-2848231: add missing git --pretty formats and improve descriptionsŠtěpán Němec1-7/+9
2021-03-2848230, 48233 (Jun T): completion of dtrace probes and runtime optionsOliver Kiddle1-38/+149
2021-03-1748180: Start menu selection with select=long-list in menu styleMarlon Richert1-1/+1
2021-02-2448105: Update ctags completion with format fixJacob Gelbman1-193/+186
2021-02-2348096: New ctags completionJacob Gelbman1-0/+204
2021-02-13unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵Oliver Kiddle1-1/+1
locale completion
2021-02-13github #68: support section suffix completion for man pagestaiyu2-8/+20
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2021-02-0847944: update completions for NetBSD 9Oliver Kiddle4-6/+15
2021-02-0847943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2-2/+6
2021-02-0747932: update completions for procps 3.3.16Oliver Kiddle4-2/+5
2021-02-0747931: update completions for OpenBSD base up to 6.8Oliver Kiddle5-9/+19
2021-02-0747930: update completions for FreeBSD base up to 12.2Oliver Kiddle3-5/+7
2021-02-0747929: complete newer possible values for the sort styleOliver Kiddle1-1/+5
2021-02-07based on github #62: return proper exit statusoxiedi1-2/+4
2021-02-07github #66: Add more commands to _todo.shDCsunset1-1/+6
2021-02-07github #63: fix regression caused by 44274, with sort style -o could break ↵oxiedi1-1/+1
_values
2021-02-07github #72: Fix unix command lldb tab-completionSemnodime1-12/+12
The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
2021-02-07gitlab !16: Allow spaces between short options and their parameters in ↵aaaz1-10/+10
_transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
2021-02-0647919: use common function for completing BSD login classesOliver Kiddle5-11/+34
also update for options to env on FreeBSD and Dragonfly
2021-02-0647918: new util-linux completions for nsenter and unshareOliver Kiddle2-0/+68
2021-02-0147883: _awk: support gawk ver.5Jun-ichi Takimoto1-2/+2
2021-01-2747873: Improve completion within dynamic directory namesPeter Stephenson2-3/+15
2021-01-24github #71: _xrandr: Complete providersPaul Seyfert1-3/+7
* complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders`
2020-10-29users/26107: complete changed files after git diff HEADOliver Kiddle1-1/+8
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson1-5/+7
2020-09-23github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo1-12/+12
Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
2020-09-2247395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke1-1/+1
2020-09-1347364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer1-0/+1
Mikael Magnusson: 47382: Completion for 47364
2020-09-06unposted: remove periods from completion descriptionsDoug Kearns5-5/+5
As per the completion-style-guide recommendations.
2020-09-0447350: new dropbox command line client completionPeter Stephenson1-0/+66
2020-08-2147322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle1-3/+3
options
2020-08-1847323: _rpmbuild: Complete file arguments after -r/-b/-t.Daniel Shahaf1-1/+1
2020-08-1647306: edit-command-line: add editor styleMikael Magnusson1-0/+1
2020-08-1647304: _globflags: support specifying more than one flag where appropriateMikael Magnusson1-9/+24
2020-08-1347320: Add completion for Linux tool used to adjust process OOM scoreJörg Sommer1-0/+10
2020-08-1347321: update completion for btrfs 5.4Oliver Kiddle1-6/+15
2020-08-1347319: complete more options to ImageMagick's convert commandOliver Kiddle1-0/+7
2020-08-1047294: updates to options in aptitude completionOliver Kiddle1-48/+67
2020-08-1047293: lowercase completion descriptions for lpOliver Kiddle1-78/+81
2020-08-08unposted: fix syntax errors in recently added completersMikael Magnusson2-2/+2
2020-08-0546280: compinit: add -w to explain why compdump runsMikael Magnusson1-2/+27
2020-07-14github #61: _parameters: Don't leak the variable $ioxiedi1-1/+1
2020-07-0846216: update for ansible 2.9Oliver Kiddle1-38/+109
2020-07-0846217: update options for tmux 3.1Oliver Kiddle1-19/+91
2020-07-08github #60: Fix completion for a zfs dataset containing spacesMathias Fredriksson1-3/+3
2020-07-08gitlab !15: modutils completion: Fix FHS assumptionDoron Behar1-3/+20
Remove calls to programs from /sbin/ with _call_program and to avoid the system complies to the FHS. Support modules completion for NixOS and Guix which store their kernel modules not at /lib/modules.
2020-07-0846195: use showrgb command to get colours if it is availableOliver Kiddle1-5/+8
2020-07-08github #50: Complete hosts in "Match" directiveSATOH Fumiyasu1-0/+12
2020-07-08github #53: Allow specifying directory name for _remote_filesJames Pike1-5/+12