summaryrefslogtreecommitdiffstats
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 54319: turn off AUTO_NAME_DIRS option in completionMikael Magnusson7 hours1-0/+1
|
* github #156: _git: fix --git-dir and --work-tree options when used with ↵Bao Trinh3 days1-2/+2
| | | | parameters
* github #153: _zfs update zpool-prop'sChristopher Bock3 days1-2/+9
|
* 54208: allow multiple --preserve flags to cpRonan Pigott3 days1-2/+2
|
* 54276: fix to add full list of compression algorithms as completion matches ↵Oliver Kiddle3 days1-4/+4
| | | | for zfs
* github #163: fix completion of ssh (option -E)Eisuke Kawashima5 days1-1/+1
|
* github #155: update git completionEisuke Kawashima5 days1-4/+52
|
* github #152: _apt fix typosChristopher Bock5 days1-10/+10
|
* 54251: complete names containing dot only after ${Jun-ichi Takimoto9 days1-4/+8
|
* 54246: _zcalc: accept option -r (RPN mode)Stéphane Blondon13 days1-0/+1
|
* 54241 + 54242: use extra-verbose style in _parametersJun-ichi Takimoto2026-03-242-2/+2
| | | | 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-096-7/+7
|
* 54150: the option --license was removed in 2010Christopher Bock2025-12-161-1/+0
|
* 54148: use same set of options for apt as with apt-getChristopher Bock2025-12-161-30/+65
|
* 54117: update apt completionChristopher Bock2025-11-301-8/+56
| | | | | | | | | | thanks to dana or the many tweaks. * fix: apt-config shell options + add missing options * new: satisy, autoremove, autpurge, --allow-downgrades, --allow-remove-essential,--allow-change-held-packages, --with-new-pkgs, indextargets, --snapshot/-S * snapshot lookup via mr/time^Wrewritten by dana to use zsh/datetime * edit-sources file lookup for .list & .sources
* 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
|
* 54080 (tweaked): update tags in bts completionChristopher Bock2025-11-171-12/+12
|
* 54084: use _numbers for whence -xChristopher Bock2025-11-171-1/+1
|
* 54034: ignore completer filenames with funny characters in themOliver Kiddle2025-11-171-1/+1
| | | | This addresses the same issue as 52768 which was reverted.
* 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
* 54026: update uscan optionsChristopher Bock2025-11-121-12/+38
|
* 54025: complete apt-mark minimize-manualChristopher Bock2025-11-121-1/+2
|
* 54071: fix prompt colour completionOliver Kiddle2025-11-121-1/+1
|
* github #148: complete fortune databasesChristopher Bock2025-11-031-1/+1
|
* 54022: completion updates for openbsd 7.8Oliver Kiddle2025-11-034-18/+35
|
* github #149: improve voice name parsing in say completionLangLangbart2025-10-311-1/+1
|
* github #131: add missing optionsChristopher Bock2025-10-236-25/+59
|
* github #147: Clean up some leaked variables in completion functionsKevin Cox2025-10-233-3/+3
|
* 54000: new completion for FreeBSD's bectlOliver Kiddle2025-10-231-0/+103
|
* 53985: update git completion for new options in 2.51Oliver Kiddle2025-10-021-59/+140
|
* 53981: _dnf5: fix completion of local rpm filesChristoph Erhardt2025-09-301-1/+1
|
* 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
|
* 53968: new lvm2 and blkid completionsOliver Kiddle2025-09-292-0/+705
|
* 53967: update completions affected by FreeBSD 14.3Oliver Kiddle2025-09-257-20/+22
|
* 53966: completion update based on nmcli 1.52.0Oliver Kiddle2025-09-251-42/+83
|
* 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
|
* github #141: complete apt why/why-notChristopher Bock2025-09-241-1/+3
|
* fix and improve completion for ssh-keygenEisuke Kawashima2025-09-241-8/+16
|
* 53947: fix for broken completion of tags and paths with ansible-galaxyOliver Kiddle2025-09-241-29/+44
|
* 53898: update _pmap, _date, _pgrep, _sysctlJun-ichi Takimoto2025-09-015-27/+55
| | | | _pmap is moved from Linux/Command/ to Unix/Command
* 53866: fix _man for NetBSDJun-ichi Takimoto2025-08-281-2/+5
|
* 53827: fix/update _sbuildJun-ichi Takimoto2025-08-071-33/+39
|
* 53824: _sbuild: short options with arg should be "-c arg"Dima Kogan2025-08-041-7/+7
|
* 53825: fix regexp in in __git_extract_aliasesFrederick Zhang2025-08-041-1/+1
|