| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | github #169: completion: remove _darcs | dana | 33 hours | 1 | -63/+0 |
| | | | | | now provided by up-stream (see previous commit) | ||||
| * | github #169: completion: update _darcs from up-stream | dana | 33 hours | 1 | -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 typos | Mikael Magnusson | 42 hours | 1 | -46/+36 |
| | | |||||
| * | 54532: completers: various small fixes | Mikael Magnusson | 42 hours | 15 | -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 Magnusson | 42 hours | 5 | -5/+5 |
| | | |||||
| * | 54528: completion option updates and minor cleanups | Oliver Kiddle | 4 days | 13 | -102/+269 |
| | | |||||
| * | 54526: update completions for FreeBSD 14.4 and 15.0 | Oliver Kiddle | 4 days | 8 | -51/+208 |
| | | |||||
| * | 54501: completion: add chdman, fish, nano | dana | 6 days | 3 | -0/+360 |
| | | |||||
| * | 54500: completion: chown, cpio: support user:group syntax only | dana | 6 days | 2 | -15/+8 |
| | | |||||
| * | 54448: completion: update base64, btrfs, emulate, tree | dana | 13 days | 2 | -26/+72 |
| | | |||||
| * | unposted: completion: add missing + to some short-option specs | dana | 2026-05-03 | 1 | -2/+2 |
| | | |||||
| * | unposted: completion: add _echo | dana | 2026-05-02 | 1 | -0/+32 |
| | | |||||
| * | unposted: remove the 'this' from 'show this help and exit' in completers | Mikael Magnusson | 2026-05-03 | 2 | -2/+2 |
| | | |||||
| * | unposted: _mpc: fix typo for -h flag | Mikael Magnusson | 2026-05-02 | 1 | -1/+1 |
| | | |||||
| * | 54218: _ip: add missing options | Ryan Rotter | 2026-04-30 | 1 | -0/+3 |
| | | |||||
| * | unposted: ghostscript completion does a better job of handling gsnd | Oliver Kiddle | 2026-04-30 | 1 | -1/+1 |
| | | |||||
| * | unposted: complete also for FreeBSD's flua | Oliver Kiddle | 2026-04-30 | 1 | -1/+1 |
| | | |||||
| * | unposted: fix for approximate completion/correction after sudo | Oliver Kiddle | 2026-04-30 | 1 | -1/+1 |
| | | |||||
| * | 54394: completion: add _7zip | dana | 2026-04-28 | 1 | -0/+209 |
| | | |||||
| * | github #167: _tmux: include new options added between 3.4 and next-3.7 | Matt Koscica | 2026-04-28 | 1 | -0/+25 |
| | | |||||
| * | github #156: _git: fix --git-dir and --work-tree options when used with ↵ | Bao Trinh | 2026-04-05 | 1 | -2/+2 |
| | | | | | parameters | ||||
| * | github #153: _zfs update zpool-prop's | Christopher Bock | 2026-04-05 | 1 | -2/+9 |
| | | |||||
| * | 54208: allow multiple --preserve flags to cp | Ronan Pigott | 2026-04-05 | 1 | -2/+2 |
| | | |||||
| * | 54276: fix to add full list of compression algorithms as completion matches ↵ | Oliver Kiddle | 2026-04-05 | 1 | -4/+4 |
| | | | | | for zfs | ||||
| * | github #163: fix completion of ssh (option -E) | Eisuke Kawashima | 2026-04-03 | 1 | -1/+1 |
| | | |||||
| * | github #155: update git completion | Eisuke Kawashima | 2026-04-03 | 1 | -4/+52 |
| | | |||||
| * | 54185+54209: set default value of verbose style to true | Jun-ichi Takimoto | 2026-03-09 | 4 | -4/+4 |
| | | |||||
| * | 54094: handle rust coreutils in completions | Oliver Kiddle | 2025-11-24 | 54 | -56/+68 |
| | | |||||
| * | 54092 (tweaked): _git: improve format completion | dana | 2025-11-22 | 1 | -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 specifiers | Arseny Maslennikov | 2025-11-17 | 1 | -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 Linux | Christopher Bock | 2025-11-17 | 1 | -0/+1 |
| | | |||||
| * | 53577: _git: improve max-verbose, other descriptions | dana | 2025-11-16 | 1 | -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 databases | Christopher Bock | 2025-11-03 | 1 | -1/+1 |
| | | |||||
| * | 54022: completion updates for openbsd 7.8 | Oliver Kiddle | 2025-11-03 | 2 | -16/+29 |
| | | |||||
| * | github #131: add missing options | Christopher Bock | 2025-10-23 | 2 | -4/+14 |
| | | |||||
| * | github #147: Clean up some leaked variables in completion functions | Kevin Cox | 2025-10-23 | 2 | -2/+2 |
| | | |||||
| * | 53985: update git completion for new options in 2.51 | Oliver Kiddle | 2025-10-02 | 1 | -59/+140 |
| | | |||||
| * | github #145: update completion: _install | Ryan Rotter | 2025-09-29 | 1 | -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 Kiddle | 2025-09-29 | 1 | -8/+8 |
| | | | | | properties for zfs allow and support comma separated list for zfs scripts | ||||
| * | 53969: completion updates for Unix utilities in macOS 15.5 | Oliver Kiddle | 2025-09-29 | 3 | -7/+9 |
| | | |||||
| * | 53967: update completions affected by FreeBSD 14.3 | Oliver Kiddle | 2025-09-25 | 4 | -17/+17 |
| | | |||||
| * | github #143: list only remote branches for `git checkout --guess` | Markus Kurtz | 2025-09-24 | 1 | -0/+4 |
| | | |||||
| * | github #142: Fix text for git merge --squash/--no-squash | Elliot Berman | 2025-09-24 | 1 | -2/+2 |
| | | |||||
| * | fix and improve completion for ssh-keygen | Eisuke Kawashima | 2025-09-24 | 1 | -8/+16 |
| | | |||||
| * | 53947: fix for broken completion of tags and paths with ansible-galaxy | Oliver Kiddle | 2025-09-24 | 1 | -29/+44 |
| | | |||||
| * | 53898: update _pmap, _date, _pgrep, _sysctl | Jun-ichi Takimoto | 2025-09-01 | 4 | -7/+55 |
| | | | | | _pmap is moved from Linux/Command/ to Unix/Command | ||||
| * | 53866: fix _man for NetBSD | Jun-ichi Takimoto | 2025-08-28 | 1 | -2/+5 |
| | | |||||
| * | 53825: fix regexp in in __git_extract_aliases | Frederick Zhang | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | 53806: fix/update _lldb | Jun-ichi Takimoto | 2025-07-01 | 1 | -37/+60 |
| | | |||||
| * | 53805: update _less for less-678 | Jun-ichi Takimoto | 2025-07-01 | 1 | -28/+56 |
| | | |||||
