about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* unposted: libarchive tar can extract zip filesEitan Adler2020-05-071-1/+3
| | | | | | | | | | | Problem Variants of tar based on libarchive can extract zip files but `tar xf <tab>` does not complete this type of file. Solution Add this type of to _tar_archive.
* unposted: Use alternation patterns rather than brace expansionDaniel Shahaf2020-05-072-3/+3
| | | | (Cf. discussion on GitLab !12.)
* 45614: update _dnfJun-ichi Takimoto2020-05-031-101/+454
|
* 45731: _debsnap: New completion function.Daniel Shahaf2020-05-031-0/+77
|
* 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf2020-05-031-3/+5
| | | | Also, write/extend docstrings for sepjoin() and zjoin().
* 45752/0002: _gcc: Complete --output like -o.Daniel Shahaf2020-05-021-1/+1
|
* 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list.Daniel Shahaf2020-05-021-1/+1
|
* github #54: Fix dig completion errordavey hathorn2020-04-211-1/+1
|
* 45655: _retrieve_mac_apps: Update for recent macOSdana2020-04-051-2/+5
|