Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github #74: Drop vcsh completions, maintained upstream | Caleb Maclennan | 2021-03-31 | 1 | -89/+0 |
| | | | | | | See discussion on upstream project here: https://github.com/RichiH/vcsh/issues/270 | ||||
* | 48214: add file types to _expand completions, so they can be colored through ↵ | Marlon Richert | 2021-03-31 | 1 | -4/+5 |
| | | | | complist | ||||
* | 48192: Fix _openstack completion for new style clients | Syphdias | 2021-03-31 | 1 | -53/+64 |
| | |||||
* | users/26557: add bookmarks support and remove the header from the final list ↵ | Marc Chantreux | 2021-03-31 | 1 | -2/+16 |
| | | | | in surfraw completion | ||||
* | 47737: _zstyle: Fix option completion when positional arguments are already ↵ | dana | 2021-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) The following case: LBUFFER='zstyle -' RBUFFER=' foo bar' Before this patch, completed 'context pattern' (from the first positional argument). With this patch, completes options, which is correct. | ||||
* | 48166: add completion for ctags language options | Jacob Gelbman | 2021-03-29 | 1 | -197/+244 |
| | |||||
* | 48210: Introduce new completion for setpriv(1) on Linux | Arseny Maslennikov | 2021-03-28 | 1 | -0/+107 |
| | |||||
* | 48212: Introduce new completion for Linux task capabilities | Arseny Maslennikov | 2021-03-28 | 1 | -0/+65 |
| | |||||
* | 48231: add missing git --pretty formats and improve descriptions | Štěpán Němec | 2021-03-28 | 1 | -7/+9 |
| | |||||
* | 48230, 48233 (Jun T): completion of dtrace probes and runtime options | Oliver Kiddle | 2021-03-28 | 1 | -38/+149 |
| | |||||
* | 48180: Start menu selection with select=long-list in menu style | Marlon Richert | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | 48105: Update ctags completion with format fix | Jacob Gelbman | 2021-02-24 | 1 | -193/+186 |
| | |||||
* | 48096: New ctags completion | Jacob Gelbman | 2021-02-23 | 1 | -0/+204 |
| | |||||
* | unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵ | Oliver Kiddle | 2021-02-13 | 1 | -1/+1 |
| | | | | locale completion | ||||
* | github #68: support section suffix completion for man pages | taiyu | 2021-02-13 | 2 | -8/+20 |
| | | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion | ||||
* | 47944: update completions for NetBSD 9 | Oliver Kiddle | 2021-02-08 | 4 | -6/+15 |
| | |||||
* | 47943: update completions for DragonflyBSD 5.8.3 | Oliver Kiddle | 2021-02-08 | 2 | -2/+6 |
| | |||||
* | 47932: update completions for procps 3.3.16 | Oliver Kiddle | 2021-02-07 | 4 | -2/+5 |
| | |||||
* | 47931: update completions for OpenBSD base up to 6.8 | Oliver Kiddle | 2021-02-07 | 5 | -9/+19 |
| | |||||
* | 47930: update completions for FreeBSD base up to 12.2 | Oliver Kiddle | 2021-02-07 | 3 | -5/+7 |
| | |||||
* | 47929: complete newer possible values for the sort style | Oliver Kiddle | 2021-02-07 | 1 | -1/+5 |
| | |||||
* | based on github #62: return proper exit status | oxiedi | 2021-02-07 | 1 | -2/+4 |
| | |||||
* | github #66: Add more commands to _todo.sh | DCsunset | 2021-02-07 | 1 | -1/+6 |
| | |||||
* | github #63: fix regression caused by 44274, with sort style -o could break ↵ | oxiedi | 2021-02-07 | 1 | -1/+1 |
| | | | | _values | ||||
* | github #72: Fix unix command lldb tab-completion | Semnodime | 2021-02-07 | 1 | -12/+12 |
| | | | | | The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg | ||||
* | gitlab !16: Allow spaces between short options and their parameters in ↵ | aaaz | 2021-02-07 | 1 | -10/+10 |
| | | | | | | _transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior. | ||||
* | 47919: use common function for completing BSD login classes | Oliver Kiddle | 2021-02-06 | 5 | -11/+34 |
| | | | | also update for options to env on FreeBSD and Dragonfly | ||||
* | 47918: new util-linux completions for nsenter and unshare | Oliver Kiddle | 2021-02-06 | 2 | -0/+68 |
| | |||||
* | 47883: _awk: support gawk ver.5 | Jun-ichi Takimoto | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | 47873: Improve completion within dynamic directory names | Peter Stephenson | 2021-01-27 | 2 | -3/+15 |
| | |||||
* | github #71: _xrandr: Complete providers | Paul Seyfert | 2021-01-24 | 1 | -3/+7 |
| | | | | | * complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders` | ||||
* | users/26107: complete changed files after git diff HEAD | Oliver Kiddle | 2020-10-29 | 1 | -1/+8 |
| | |||||
* | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 2020-10-25 | 1 | -5/+7 |
| | |||||
* | github #65: _nmap: Rename option flags (s/_/-/g) | Meng Bo | 2020-09-23 | 1 | -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 Menke | 2020-09-22 | 1 | -1/+1 |
| | |||||
* | 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement} | Bart Schaefer | 2020-09-13 | 1 | -0/+1 |
| | | | | Mikael Magnusson: 47382: Completion for 47364 | ||||
* | unposted: remove periods from completion descriptions | Doug Kearns | 2020-09-06 | 5 | -5/+5 |
| | | | | As per the completion-style-guide recommendations. | ||||
* | 47350: new dropbox command line client completion | Peter Stephenson | 2020-09-04 | 1 | -0/+66 |
| | |||||
* | 47322: allow prefix with ssh cipher completion and add matching control for ↵ | Oliver Kiddle | 2020-08-21 | 1 | -3/+3 |
| | | | | options | ||||
* | 47323: _rpmbuild: Complete file arguments after -r/-b/-t. | Daniel Shahaf | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | 47306: edit-command-line: add editor style | Mikael Magnusson | 2020-08-16 | 1 | -0/+1 |
| | |||||
* | 47304: _globflags: support specifying more than one flag where appropriate | Mikael Magnusson | 2020-08-16 | 1 | -9/+24 |
| | |||||
* | 47320: Add completion for Linux tool used to adjust process OOM score | Jörg Sommer | 2020-08-13 | 1 | -0/+10 |
| | |||||
* | 47321: update completion for btrfs 5.4 | Oliver Kiddle | 2020-08-13 | 1 | -6/+15 |
| | |||||
* | 47319: complete more options to ImageMagick's convert command | Oliver Kiddle | 2020-08-13 | 1 | -0/+7 |
| | |||||
* | 47294: updates to options in aptitude completion | Oliver Kiddle | 2020-08-10 | 1 | -48/+67 |
| | |||||
* | 47293: lowercase completion descriptions for lp | Oliver Kiddle | 2020-08-10 | 1 | -78/+81 |
| | |||||
* | unposted: fix syntax errors in recently added completers | Mikael Magnusson | 2020-08-08 | 2 | -2/+2 |
| | |||||
* | 46280: compinit: add -w to explain why compdump runs | Mikael Magnusson | 2020-08-05 | 1 | -2/+27 |
| | |||||
* | github #61: _parameters: Don't leak the variable $i | oxiedi | 2020-07-14 | 1 | -1/+1 |
| |