summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2021-03-2948166: add completion for ctags language optionsJacob Gelbman1-197/+244
2021-03-2848231: add missing git --pretty formats and improve descriptionsŠtěpán Němec1-7/+9
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 pagestaiyu1-8/+14
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2021-02-0847944: update completions for NetBSD 9Oliver Kiddle1-2/+9
2021-02-0847943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2-2/+6
2021-02-0747932: update completions for procps 3.3.16Oliver Kiddle3-1/+4
2021-02-0747931: update completions for OpenBSD base up to 6.8Oliver Kiddle3-9/+17
2021-02-0747930: update completions for FreeBSD base up to 12.2Oliver Kiddle1-1/+2
2021-02-07github #66: Add more commands to _todo.shDCsunset1-1/+6
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 Kiddle4-11/+30
also update for options to env on FreeBSD and Dragonfly
2021-02-0147883: _awk: support gawk ver.5Jun-ichi Takimoto1-2/+2
2020-10-29users/26107: complete changed files after git diff HEADOliver Kiddle1-1/+8
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-06unposted: remove periods from completion descriptionsDoug Kearns2-2/+2
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-1347319: complete more options to ImageMagick's convert commandOliver Kiddle1-0/+7
2020-08-1047293: lowercase completion descriptions for lpOliver Kiddle1-78/+81
2020-07-0846216: update for ansible 2.9Oliver Kiddle1-38/+109
2020-07-0846217: update options for tmux 3.1Oliver Kiddle1-19/+91
2020-06-2846097: Fix "assignment to invalid subscript range" error in _rm.zsugabubus1-1/+1
See 46090 for details.
2020-06-2846131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be ↵Daniel Shahaf1-2/+3
completed to 'foo.bar.baz'. Now it properly gets completed, but in the case of gpg.openpgp.program, the description would be shown as "unknown option name", that being the description of gpg.*.program via `git help -c`, which shadows the more description of gpg.openpgp.program in $git_options.
2020-06-2846128: _git: Complete more options and diff/merge tools.Daniel Shahaf1-2/+27
2020-06-2846129: _git-config: Fix a bug where a second trailing dot would be ↵Daniel Shahaf1-5/+1
incorrectly offered.
2020-06-2846130: _git-config: Complete some more options.Daniel Shahaf1-25/+68
2020-06-2746140: _git: Fix insufficiently quoted patternMiroslav Koškár1-1/+1
2020-06-2746139: _git: Remove hanging whitespacesMiroslav Koškár1-2/+2
2020-06-26unposted c.f. 46034: workaround incompatibility with sh_file_expansion optionOliver Kiddle1-1/+1
2020-06-1946044 (tweaked per Matthew): _units: Correct the path to the units data file ↵Daniel Shahaf1-2/+4
on Debian with units 2.00 and newer and on FreeBSD.
2020-06-1745982: _zfs: add space propertyFrederick Zhang1-1/+1
2020-06-0145939: Add _pgids typeMatthew Martin3-3/+3
2020-05-2845934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'Yasuhiro KIMURA1-1/+1
In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'.
2020-05-1745831: Add _vi completerMatthew Martin1-0/+47
2020-05-07unposted: Use alternation patterns rather than brace expansionDaniel Shahaf1-1/+1
(Cf. discussion on GitLab !12.)
2020-05-0245752/0002: _gcc: Complete --output like -o.Daniel Shahaf1-1/+1
2020-05-0245752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list.Daniel Shahaf1-1/+1
2020-04-21github #54: Fix dig completion errordavey hathorn1-1/+1
2020-03-2945649: completion: Simplify Unison completion. No functional change.Daniel Shahaf1-5/+2
2020-03-2945646: completion: Unison: Honour the $UNISON variableHenri Menke1-2/+2
By default Unison uses the ~/.unison directory to store its cache and profiles. However, this location is configurable through the $UNISON environment variable. Quoting from the manual [1]: > If the environment variable UNISON is defined, then its value will be > used as the name of this directory. This patch enables users to move the .unison directory and still enjoy zsh completion for profiles. [1] https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#unisondir
2020-03-28github #46: _git-restore: Complete arguments to the --source option after a ↵Gastón Haro1-1/+1
'=' sign
2020-03-28github #46: Better restrict git-restore(1) file completionsGastón Haro1-5/+9
Add support to the -S and -W options. Remove the facility for completing files from the tree specified by the --source argument since, upon testing in git 2.26.0, that doesn't seem to be correct behaviour. (Note git-restore(1) says the command is experimental and its semantics may change.) See discussion on the PR for details.
2020-03-2745623: _quilt: Add subcommand descriptionsDaniel Shahaf1-7/+43
2020-03-2745622: _quilt: Categorize subcommandsDaniel Shahaf1-4/+37
2020-03-13unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ↵dana1-1/+1
drop` This was broken by workers/44923 (8aa84bd5fc44)
2020-03-1345535: _lz4: Order compression levels numericallydana1-2/+7