summaryrefslogtreecommitdiffstats
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* unposted (c.f. 54878): import ZSH-licenced age completion from ↵Oliver Kiddle18 hours1-0/+24
| | | | zsh-completions (by Hydrargyrum)
* 54891: completion: move/rename _pkg_instance -> _pkg_instancesdana22 hours1-20/+0
| | | | and update callers
* 54891: completion: move/rename several functionsdana22 hours6-715/+57
|
* 54891: completion: remove obsolete functionsdana22 hours15-2385/+0
|
* unposted: _ping: revert previous _arguments fixdana23 hours1-1/+1
| | | | | | | re: previous commit, this one was actually ok since another option is added in front of the -A on solaris. and the change was undesirable for the iputils case since it uses the args array for options to _arguments itself
* unposted: completion: fix ambiguous arg specsdana23 hours3-3/+3
| | | | | | specs beginning with -[AMO] must be guarded also fix an erroneous -A option in _module-assistant
* unposted: _pip: remove -bdana23 hours1-1/+0
| | | | | noticed an apparent copy/paste error in the spec. the option was removed from pip several years ago, anyway, so we can just drop it
* unposted: _attr: $list was removed in 54528Jun-ichi Takimoto3 days1-1/+1
|
* 54868: _perl: fix -c option descriptionŠtěpán Němec3 days1-1/+1
|
* unposted: _nano: fix syntaxes tagdana4 days1-1/+1
| | | | apparent copy/paste error
* 54863 + others: completion: compadd -q -> -rdana4 days5-9/+9
| | | | | | | -q was not appropriate because a parameter name with no assignment makes no sense in this context. use -r instead also address some previous cases like this that i was responsible for
* unposted: _configure: auto-remove = after variable namedana6 days1-1/+1
|
* 54830 (tweaked): completion: improve _ffmpegdana10 days1-123/+1508
| | | | | incorporates fixes for issues reported in 54832 and 54833 + others discussed off-list with mikael
* 54844: complete variable assignments with configureOliver Kiddle11 days2-4/+32
|
* 54828: handle time arguments in shutdown completionOliver Kiddle11 days1-21/+38
|
* 54790 (tweaked): _ffmpeg: update for modern ffmpegNuke13 days1-164/+104
| | | | | | fixed broken patch header and re-incorporated fix from dd4666d82 has some issues, to be followed by further improvements
* github #174: completion: _gcc: coroutines-ts was merged in 2020Holger Hoffstätte13 days1-1/+1
| | | | | | We can use the final flag for both gcc and clang. Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
* 54768: completion: use `zformat -q` for formattingdana13 days6-8/+8
|
* 54763: _sh: support more shells + optionsdana13 days1-31/+146
|
* 54800, 54807: completion options updateOliver Kiddle2026-06-1942-182/+496
|
* 54788: fix shutdown completion when not using systemdMikael Magnusson2026-06-161-1/+1
|
* unposted: _ansible: remove duplicate optiondana2026-06-151-1/+0
| | | | reported on irc
* unposted: fix return code in _zipMikael Magnusson2026-06-141-1/+1
|
* unposted: remove dead codeOliver Kiddle2026-06-141-3/+0
|
* unposted: use _tilde_files in cdrecord completionOliver Kiddle2026-06-141-2/+2
|
* 54665: new utility function for mixing in extra valuesOliver Kiddle2026-06-146-12/+37
|
* 49676: _ansible: re-read cached hosts & groups on directory changeMoritz Bunkus2026-06-041-0/+5
|
* 54663: update ruby JIT flagsShohei YOSHIDA2026-06-041-18/+107
|
* unposted: _imagemagick: support .heic extensiondana2026-05-301-1/+1
| | | | | | based on this patch by ryoon <ryoon@pkgsrc.org>: https://github.com/NetBSD/pkgsrc/blob/c34c295d1287bdf1/shells/zsh/patches/patch-Completion_Unix_Command___imagemagick
* unposted: _diff_options: assume diff under netbsd is gnu-likedana2026-05-301-1/+1
| | | | | | based on this patch by ryoon <ryoon@pkgsrc.org>: https://github.com/NetBSD/pkgsrc/blob/275a7cad4b867684/shells/zsh/patches/patch-Completion_Unix_Type___diff__options
* unposted: complete network interfaces for the netif service given new ↵Oliver Kiddle2026-05-191-7/+4
| | | | workings for jails
* github #166: complete names of non-running FreeBSD jailsNick Price2026-05-191-3/+23
|
* 54577: restore environment variable completion to envOliver Kiddle2026-05-191-1/+3
|
* 54576: adapt git config completon to new sub-commandsOliver Kiddle2026-05-191-56/+114
|
* github #169: completion: remove _darcsdana2026-05-161-63/+0
| | | | now provided by up-stream (see previous commit)
* github #169: completion: update _darcs from up-streamdana2026-05-161-15/+40
| | | | | | this function is now provided by the up-stream project, so it will be removed from the zsh distribution. this commit exists to back-port into 5.9.1 -- i felt the history might be confusing if the update appeared only in that branch
* 54533: _gcc: fix some funny autogenerated artifacts and other typosMikael Magnusson2026-05-161-46/+36
|
* 54532: completers: various small fixesMikael Magnusson2026-05-1615-28/+27
| | | | | | | | | | | | | | | | | | | _find: - and + were reversed compared to the disp string _zstyle: fix typo breaking chpwd-specific style completion _sudo: minor typo in exclusion list _rsync: fix some minor thinkos _ip: fix a few typos _sort: remove double --ignore-nonprinting line _df: fix typo widge -> wedge _tmux: fix various issues _mount: defperm confusion _sed: typo _netstat: fix -4/-6 typo _wget: fix some syntactical typos _subversion: fix using wrong cache name _lsof: typo _ffmpeg: fix copy-pasto in for scodecs _ansible: --skip-tags also takes tags
* 54531: completers: remove spurious ; in "case $foo; in"Mikael Magnusson2026-05-165-5/+5
|
* 54528: completion option updates and minor cleanupsOliver Kiddle2026-05-1413-102/+269
|
* 54526: update completions for FreeBSD 14.4 and 15.0Oliver Kiddle2026-05-149-52/+209
|
* 54501: completion: add chdman, fish, nanodana2026-05-113-0/+360
|
* 54500: completion: chown, cpio: support user:group syntax onlydana2026-05-112-15/+8
|
* 54445: support more systems in terminal name completionOliver Kiddle2026-05-101-4/+33
| | | | Parse termcap and full terminfo source formats.
* 54448: completion: update base64, btrfs, emulate, treedana2026-05-042-26/+72
|
* unposted: completion: add missing + to some short-option specsdana2026-05-031-2/+2
|
* unposted: completion: add _echodana2026-05-021-0/+32
|
* unposted: remove the 'this' from 'show this help and exit' in completersMikael Magnusson2026-05-032-2/+2
|
* unposted: _mpc: fix typo for -h flagMikael Magnusson2026-05-021-1/+1
|
* 54218: _ip: add missing optionsRyan Rotter2026-04-301-0/+3
|