Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 46216: update for ansible 2.9 | Oliver Kiddle | 2020-07-08 | 1 | -38/+109 |
| | |||||
* | 46217: update options for tmux 3.1 | Oliver Kiddle | 2020-07-08 | 1 | -19/+91 |
| | |||||
* | github #60: Fix completion for a zfs dataset containing spaces | Mathias Fredriksson | 2020-07-08 | 1 | -3/+3 |
| | |||||
* | gitlab !15: modutils completion: Fix FHS assumption | Doron Behar | 2020-07-08 | 1 | -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 available | Oliver Kiddle | 2020-07-08 | 1 | -5/+8 |
| | |||||
* | github #50: Complete hosts in "Match" directive | SATOH Fumiyasu | 2020-07-08 | 1 | -0/+12 |
| | |||||
* | github #53: Allow specifying directory name for _remote_files | James Pike | 2020-07-08 | 1 | -5/+12 |
| | |||||
* | 46097: Fix "assignment to invalid subscript range" error in _rm. | zsugabubus | 2020-06-28 | 1 | -1/+1 |
| | | | | See 46090 for details. | ||||
* | 46131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be ↵ | Daniel Shahaf | 2020-06-28 | 1 | -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 Shahaf | 2020-06-28 | 1 | -2/+27 |
| | |||||
* | 46129: _git-config: Fix a bug where a second trailing dot would be ↵ | Daniel Shahaf | 2020-06-28 | 1 | -5/+1 |
| | | | | incorrectly offered. | ||||
* | 46130: _git-config: Complete some more options. | Daniel Shahaf | 2020-06-28 | 1 | -25/+68 |
| | |||||
* | 46140: _git: Fix insufficiently quoted pattern | Miroslav Koškár | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | 46139: _git: Remove hanging whitespaces | Miroslav Koškár | 2020-06-27 | 1 | -2/+2 |
| | |||||
* | unposted c.f. 46034: workaround incompatibility with sh_file_expansion option | Oliver Kiddle | 2020-06-26 | 1 | -1/+1 |
| | |||||
* | 46106: new usbconfig completion | Oliver Kiddle | 2020-06-26 | 1 | -0/+63 |
| | |||||
* | 46105: new xinput completion | Oliver Kiddle | 2020-06-26 | 1 | -0/+140 |
| | |||||
* | 46075: drelo: prefer ip on linux for finding network interfaces | drelo | 2020-06-26 | 1 | -3/+9 |
| | |||||
* | 45895: ignore deduplication patterns in _sequence | oxiedi | 2020-06-26 | 1 | -2/+2 |
| | |||||
* | 46044 (tweaked per Matthew): _units: Correct the path to the units data file ↵ | Daniel Shahaf | 2020-06-19 | 1 | -2/+4 |
| | | | | on Debian with units 2.00 and newer and on FreeBSD. | ||||
* | 45982: _zfs: add space property | Frederick Zhang | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | gitlab !12: completion for mat & mat2 | Jan Máslo | 2020-06-11 | 2 | -0/+38 |
| | |||||
* | 46036: fix colouring in prompt completion | Oliver Kiddle | 2020-06-11 | 1 | -3/+3 |
| | |||||
* | users/24892: fix local declaration with recursive-files style and complete ↵ | Oliver Kiddle | 2020-06-11 | 2 | -5/+7 |
| | | | | it for zstyle | ||||
* | gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args | Doron Behar | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | 45940: Add _kdump and _ktrace completers and supporting _ktrace_points type | Matthew Martin | 2020-06-01 | 3 | -0/+164 |
| | |||||
* | 45939: Add _pgids type | Matthew Martin | 2020-06-01 | 5 | -5/+10 |
| | |||||
* | gitlab !14: modutils completion: Fix getting the value of kver from opt_args | Doron Behar | 2020-06-01 | 1 | -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 KIMURA | 2020-05-28 | 1 | -1/+1 |
| | | | | | In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'. | ||||
* | 45831: Add _vi completer | Matthew Martin | 2020-05-17 | 1 | -0/+47 |
| | |||||
* | gitlab !13: tar supports zstandard (zstd) | noraj | 2020-05-09 | 1 | -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 files | Eitan Adler | 2020-05-07 | 1 | -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 expansion | Daniel Shahaf | 2020-05-07 | 2 | -3/+3 |
| | | | | (Cf. discussion on GitLab !12.) | ||||
* | 45614: update _dnf | Jun-ichi Takimoto | 2020-05-03 | 1 | -101/+454 |
| | |||||
* | 45731: _debsnap: New completion function. | Daniel Shahaf | 2020-05-03 | 1 | -0/+77 |
| | |||||
* | 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely. | Daniel Shahaf | 2020-05-03 | 1 | -3/+5 |
| | | | | Also, write/extend docstrings for sepjoin() and zjoin(). | ||||
* | 45752/0002: _gcc: Complete --output like -o. | Daniel Shahaf | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list. | Daniel Shahaf | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | github #54: Fix dig completion error | davey hathorn | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | 45655: _retrieve_mac_apps: Update for recent macOS | dana | 2020-04-05 | 1 | -2/+5 |
| | |||||
* | 45649: completion: Simplify Unison completion. No functional change. | Daniel Shahaf | 2020-03-29 | 1 | -5/+2 |
| | |||||
* | 45646: completion: Unison: Honour the $UNISON variable | Henri Menke | 2020-03-29 | 1 | -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 | ||||
* | github #46: _git-restore: Complete arguments to the --source option after a ↵ | Gastón Haro | 2020-03-28 | 1 | -1/+1 |
| | | | | '=' sign | ||||
* | github #46: Better restrict git-restore(1) file completions | Gastón Haro | 2020-03-28 | 1 | -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. | ||||
* | 45623: _quilt: Add subcommand descriptions | Daniel Shahaf | 2020-03-27 | 1 | -7/+43 |
| | |||||
* | 45622: _quilt: Categorize subcommands | Daniel Shahaf | 2020-03-27 | 1 | -4/+37 |
| | |||||
* | 45572: _sshfs: Complete some more options | Daniel Shahaf | 2020-03-17 | 1 | -3/+10 |
| | |||||
* | unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ↵ | dana | 2020-03-13 | 1 | -1/+1 |
| | | | | | | drop` This was broken by workers/44923 (8aa84bd5fc44) | ||||
* | 45535: _lz4: Order compression levels numerically | dana | 2020-03-13 | 1 | -2/+7 |
| | |||||
* | 45534: _hdiutil: Update image-file extensions, image/disk formats, &c. | dana | 2020-03-13 | 1 | -24/+63 |
| |