summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
Commit message (Collapse)AuthorAgeFilesLines
* unposted: _attr: $list was removed in 54528HEADmasterJun-ichi Takimoto24 hours1-1/+1
|
* 54868: _perl: fix -c option descriptionŠtěpán Němec37 hours1-1/+1
|
* unposted: _nano: fix syntaxes tagdana45 hours1-1/+1
| | | | apparent copy/paste error
* 54863 + others: completion: compadd -q -> -rdana2 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 namedana4 days1-1/+1
|
* 54830 (tweaked): completion: improve _ffmpegdana9 days1-123/+1508
| | | | | incorporates fixes for issues reported in 54832 and 54833 + others discussed off-list with mikael
* 54844: complete variable assignments with configureOliver Kiddle10 days2-4/+32
|
* 54828: handle time arguments in shutdown completionOliver Kiddle10 days1-21/+38
|
* 54790 (tweaked): _ffmpeg: update for modern ffmpegNuke11 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ätte11 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 formattingdana12 days5-7/+7
|
* 54763: _sh: support more shells + optionsdana12 days1-31/+146
|
* 54800, 54807: completion options updateOliver Kiddle14 days42-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: 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-148-51/+208
|
* 54501: completion: add chdman, fish, nanodana2026-05-113-0/+360
|
* 54500: completion: chown, cpio: support user:group syntax onlydana2026-05-112-15/+8
|
* 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
|
* unposted: ghostscript completion does a better job of handling gsndOliver Kiddle2026-04-301-1/+1
|
* unposted: complete also for FreeBSD's fluaOliver Kiddle2026-04-301-1/+1
|
* unposted: fix for approximate completion/correction after sudoOliver Kiddle2026-04-301-1/+1
|
* 54394: completion: add _7zipdana2026-04-281-0/+209
|
* github #167: _tmux: include new options added between 3.4 and next-3.7Matt Koscica2026-04-281-0/+25
|
* github #156: _git: fix --git-dir and --work-tree options when used with ↵Bao Trinh2026-04-051-2/+2
| | | | parameters
* github #153: _zfs update zpool-prop'sChristopher Bock2026-04-051-2/+9
|
* 54208: allow multiple --preserve flags to cpRonan Pigott2026-04-051-2/+2
|
* 54276: fix to add full list of compression algorithms as completion matches ↵Oliver Kiddle2026-04-051-4/+4
| | | | for zfs