about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* users/26107: complete changed files after git diff HEADOliver Kiddle2020-10-291-1/+8
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-5/+7
|
* github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo2020-09-231-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.
* 47395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke2020-09-221-1/+1
|
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-0/+1
| | | | Mikael Magnusson: 47382: Completion for 47364
* unposted: remove periods from completion descriptionsDoug Kearns2020-09-065-5/+5
| | | | As per the completion-style-guide recommendations.
* 47350: new dropbox command line client completionPeter Stephenson2020-09-041-0/+66
|
* 47322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle2020-08-211-3/+3
| | | | options
* 47323: _rpmbuild: Complete file arguments after -r/-b/-t.Daniel Shahaf2020-08-181-1/+1
|
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-0/+1
|
* 47304: _globflags: support specifying more than one flag where appropriateMikael Magnusson2020-08-161-9/+24
|
* 47320: Add completion for Linux tool used to adjust process OOM scoreJörg Sommer2020-08-131-0/+10
|
* 47321: update completion for btrfs 5.4Oliver Kiddle2020-08-131-6/+15
|
* 47319: complete more options to ImageMagick's convert commandOliver Kiddle2020-08-131-0/+7
|
* 47294: updates to options in aptitude completionOliver Kiddle2020-08-101-48/+67
|
* 47293: lowercase completion descriptions for lpOliver Kiddle2020-08-101-78/+81
|
* unposted: fix syntax errors in recently added completersMikael Magnusson2020-08-082-2/+2
|
* 46280: compinit: add -w to explain why compdump runsMikael Magnusson2020-08-051-2/+27
|
* github #61: _parameters: Don't leak the variable $ioxiedi2020-07-141-1/+1
|
* 46216: update for ansible 2.9Oliver Kiddle2020-07-081-38/+109
|
* 46217: update options for tmux 3.1Oliver Kiddle2020-07-081-19/+91
|
* github #60: Fix completion for a zfs dataset containing spacesMathias Fredriksson2020-07-081-3/+3
|
* gitlab !15: modutils completion: Fix FHS assumptionDoron Behar2020-07-081-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.
* 46195: use showrgb command to get colours if it is availableOliver Kiddle2020-07-081-5/+8
|
* github #50: Complete hosts in "Match" directiveSATOH Fumiyasu2020-07-081-0/+12
|
* github #53: Allow specifying directory name for _remote_filesJames Pike2020-07-081-5/+12
|
* 46097: Fix "assignment to invalid subscript range" error in _rm.zsugabubus2020-06-281-1/+1
| | | | See 46090 for details.
* 46131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be ↵Daniel Shahaf2020-06-281-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.
* 46128: _git: Complete more options and diff/merge tools.Daniel Shahaf2020-06-281-2/+27
|
* 46129: _git-config: Fix a bug where a second trailing dot would be ↵Daniel Shahaf2020-06-281-5/+1
| | | | incorrectly offered.
* 46130: _git-config: Complete some more options.Daniel Shahaf2020-06-281-25/+68
|
* 46140: _git: Fix insufficiently quoted patternMiroslav Koškár2020-06-271-1/+1
|
* 46139: _git: Remove hanging whitespacesMiroslav Koškár2020-06-271-2/+2
|
* unposted c.f. 46034: workaround incompatibility with sh_file_expansion optionOliver Kiddle2020-06-261-1/+1
|
* 46106: new usbconfig completionOliver Kiddle2020-06-261-0/+63
|
* 46105: new xinput completionOliver Kiddle2020-06-261-0/+140
|
* 46075: drelo: prefer ip on linux for finding network interfacesdrelo2020-06-261-3/+9
|
* 45895: ignore deduplication patterns in _sequenceoxiedi2020-06-261-2/+2
|
* 46044 (tweaked per Matthew): _units: Correct the path to the units data file ↵Daniel Shahaf2020-06-191-2/+4
| | | | on Debian with units 2.00 and newer and on FreeBSD.
* 45982: _zfs: add space propertyFrederick Zhang2020-06-171-1/+1
|
* gitlab !12: completion for mat & mat2Jan Máslo2020-06-112-0/+38
|
* 46036: fix colouring in prompt completionOliver Kiddle2020-06-111-3/+3
|
* users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle2020-06-112-5/+7
| | | | it for zstyle
* gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_argsDoron Behar2020-06-081-1/+1
|
* 45940: Add _kdump and _ktrace completers and supporting _ktrace_points typeMatthew Martin2020-06-013-0/+164
|
* 45939: Add _pgids typeMatthew Martin2020-06-015-5/+10
|
* gitlab !14: modutils completion: Fix getting the value of kver from opt_argsDoron Behar2020-06-011-1/+1
| | | | | To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed.
* 45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'Yasuhiro KIMURA2020-05-281-1/+1
| | | | | In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'.
* 45831: Add _vi completerMatthew Martin2020-05-171-0/+47
|
* gitlab !13: tar supports zstandard (zstd)noraj2020-05-091-2/+2
| | | | | | | | | | | | | Problem Variants of tar based on libarchive or GNU tar can support extracting zstd based files. Solution Add this type of to _tar_archive. From noraj <gitlab@mg.gitlab.com>