summaryrefslogtreecommitdiffstats
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* unposted: complete network interfaces for the netif service given new ↵Oliver Kiddle31 hours1-7/+4
| | | | workings for jails
* github #166: complete names of non-running FreeBSD jailsNick Price31 hours1-3/+23
|
* 54577: restore environment variable completion to envOliver Kiddle31 hours1-1/+3
|
* 54576: adapt git config completon to new sub-commandsOliver Kiddle31 hours1-56/+114
|
* github #169: completion: remove _darcsdana3 days1-63/+0
| | | | now provided by up-stream (see previous commit)
* github #169: completion: update _darcs from up-streamdana3 days1-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 Magnusson4 days1-46/+36
|
* 54532: completers: various small fixesMikael Magnusson4 days15-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 Magnusson4 days5-5/+5
|
* 54528: completion option updates and minor cleanupsOliver Kiddle5 days13-102/+269
|
* 54526: update completions for FreeBSD 14.4 and 15.0Oliver Kiddle5 days9-52/+209
|
* 54501: completion: add chdman, fish, nanodana8 days3-0/+360
|
* 54500: completion: chown, cpio: support user:group syntax onlydana8 days2-15/+8
|
* 54445: support more systems in terminal name completionOliver Kiddle9 days1-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
|
* unposted: ghostscript completion does a better job of handling gsndOliver Kiddle2026-04-302-2/+2
|
* 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
* github #163: fix completion of ssh (option -E)Eisuke Kawashima2026-04-031-1/+1
|
* github #155: update git completionEisuke Kawashima2026-04-031-4/+52
|
* 54241 + 54242: use extra-verbose style in _parametersJun-ichi Takimoto2026-03-241-1/+1
| | | | add notes in the description of extra-verbose style in zshcompsys(1)
* 54185+54209: set default value of verbose style to trueJun-ichi Takimoto2026-03-094-4/+4
|
* 54094: handle rust coreutils in completionsOliver Kiddle2025-11-2454-56/+68
|
* 54092 (tweaked): _git: improve format completiondana2025-11-221-3/+25
| | | | | | | | | - complete user-defined formats (pretty.<name> in config) - complete tformat: syntax - auto-remove extra : when completing (t|)format: - add new place-holders + added comment per off-list suggestion
* 54091: _git: add support for more pretty format specifiersArseny Maslennikov2025-11-171-0/+4
| | | | | | The specifiers are taken from the git-log(1) man page. The %[ac]h specifier matches the behaviour of git rev-list --date=human.
* 54085: complete tput -v option on LinuxChristopher Bock2025-11-171-0/+1
|
* 53577: _git: improve max-verbose, other descriptionsdana2025-11-161-10/+48
| | | | | | | | - add ability to style specific ref types - significantly improve performance of resolving unambiguous ref names - fix display of ref names without descriptions - make branch and commit descriptions more consistent - improve format of alias descriptions
* github #148: complete fortune databasesChristopher Bock2025-11-031-1/+1
|
* 54022: completion updates for openbsd 7.8Oliver Kiddle2025-11-032-16/+29
|
* github #131: add missing optionsChristopher Bock2025-10-232-4/+14
|
* github #147: Clean up some leaked variables in completion functionsKevin Cox2025-10-233-3/+3
|
* 53985: update git completion for new options in 2.51Oliver Kiddle2025-10-021-59/+140
|
* github #145: update completion: _installRyan Rotter2025-09-291-12/+15
| | | | | | | | | | | | | current to: DragonFly 6.4.2, FreeBSD 14.3, NetBSD 10.1, OpenBSD 7.7, macOS 15.6.1 - -S[temp file] removed except for DragonFly; all other BSDs have removed this flag, and I can't find a commercial Unix that supports it - -S[flush] replaces old -S opt on Darwin, FreeBSD - -S disabled on OpenBSD which still supports it as a noop/compat option - corrected +N flag to -N - remove -C for NetBSD, it appears that this was never supported - several other updates (mostly Net/Free flags added to Darwin/DragonFly)
* 53970 based on github #131 by Christopher Bock: complete all dataset ↵Oliver Kiddle2025-09-291-8/+8
| | | | properties for zfs allow and support comma separated list for zfs scripts
* 53969: completion updates for Unix utilities in macOS 15.5Oliver Kiddle2025-09-293-7/+9
|
* 53967: update completions affected by FreeBSD 14.3Oliver Kiddle2025-09-254-17/+17
|
* github #143: list only remote branches for `git checkout --guess`Markus Kurtz2025-09-241-0/+4
|
* github #142: Fix text for git merge --squash/--no-squashElliot Berman2025-09-241-2/+2
|
* fix and improve completion for ssh-keygenEisuke Kawashima2025-09-241-8/+16
|