Age | Commit message (Expand) | Author | Files | Lines |
2023-11-14 | unposted (cf. 52167): mutt's -a takes a list of files terminated by -- | Oliver Kiddle | 1 | -3/+4 |
2023-11-14 | 52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5 | Oliver Kiddle | 3 | -36/+48 |
2023-11-14 | 52300: update completion options for ansible 2.15.2 | Oliver Kiddle | 1 | -3/+10 |
2023-11-09 | 52280: update git completion for new options in git through to version 2.42.0 | Oliver Kiddle | 1 | -93/+238 |
2023-11-08 | github #105: add "-I" for "zle" completion | Shotaro Aoyama | 1 | -0/+1 |
2023-11-08 | 52168: add completion for xfce's xfconf-query(1) | Eric Cook | 1 | -0/+33 |
2023-11-02 | 52268: update nmcli completion to networkmanager 1.42.2 | Oliver Kiddle | 1 | -2/+18 |
2023-11-02 | 52266: update completion for strace to 2.6.5 | Oliver Kiddle | 1 | -3/+11 |
2023-11-02 | 52265: update completions for some util-linux tools to version 2.39.2 | Oliver Kiddle | 3 | -3/+23 |
2023-11-02 | 52260: handle variable assignments before the command in sudo completion | Oliver Kiddle | 1 | -15/+41 |
2023-11-01 | 52179: Fix gradlew completion when it isn't in PATH | Shohei Yoshida | 1 | -1/+1 |
2023-10-29 | github #102: Ensure todo.sh completion uses builtin commands | Ulysse Buonomo | 1 | -3/+3 |
2023-10-24 | github #103: fix completion for zpool upgrade | Christian Heusel | 1 | -1/+1 |
2023-10-16 | 52056: _sccs: don't handle subcommands in main namespace | Mikael Magnusson | 1 | -1/+1 |
2023-10-11 | 52189: ignore compadd -M if -U also specified as they don't make sense together | Oliver Kiddle | 1 | -1/+2 |
2023-10-11 | 52217: update completions for FreeBSD 14 | Oliver Kiddle | 20 | -124/+200 |
2023-09-20 | 51857: Include fusermount3 in fusermount completions | Wim de With | 1 | -1/+1 |
2023-09-20 | 51980: Add glob qualifier grouping operator to completion | Atte Peltomäki | 1 | -0/+1 |
2023-09-20 | 52102: Add subcommand autopurge to apt completion | Jörg Sommer | 1 | -9/+5 |
2023-09-20 | 52141: Add trailer token completion for git commit --trailer | Wesley Schwengle | 1 | -1/+14 |
2023-09-20 | 52163: completion update for OpenZFS 2.2 | Oliver Kiddle | 1 | -16/+93 |
2023-09-15 | 52142: Move _history_modifiers call to _parameter | Mikael Magnusson | 2 | -5/+5 |
2023-09-09 | unposted: extra quoting of words in "eval" for safety | Bart Schaefer | 1 | -2/+2 |
2023-09-07 | 52114: improve _nice | Jun-ichi Takimoto | 1 | -9/+18 |
2023-09-04 | 52112: use '_normal -p subcmd' to complete only external command | Jun-ichi Takimoto | 14 | -16/+16 |
2023-08-28 | 52098, 52099, 52100, 52105(+minor tweak): update for latest macOS | Shohei YOSHIDA | 4 | -11/+23 |
2023-08-28 | 51858 (+52073): virsh's edit command accepts all domains | sergio | 1 | -1/+0 |
2023-08-27 | Marlon Richert: 51861: fix _approximate when compadd has been overridden | Bart Schaefer | 1 | -26/+22 |
2023-08-27 | 52028: improvements to _shadow / _unshadow, plus helper and doc | Bart Schaefer | 1 | -20/+46 |
2023-08-27 | 52034: update sqlite3 completion for version 3.42.0 | Shohei YOSHIDA | 1 | -0/+4 |
2023-08-21 | 52059 (+52070): _scons: fix for options --jobs and --question | Shohei YOSHIDA | 1 | -2/+2 |
2023-08-14 | 52037: complete only external commands for env/watch | Jun-ichi Takimoto | 3 | -5/+5 |
2023-08-06 | 52013,52014,52015,52016,52017,52018: updates for coreutils option changes | Shohei YOSHIDA | 6 | -0/+6 |
2023-07-31 | github #100: _qemu: add -enable-kvm and -bios suggestion | HexorCatZ | 1 | -0/+2 |
2023-07-26 | 51979: Update free completion for procps-ng version 4.0.3 | Shohei YOSHIDA | 1 | -0/+1 |
2023-07-26 | 51964: support pidof variants other than procps | Shohei YOSHIDA | 1 | -13/+45 |
2023-07-26 | 51927: Update procps watch completion for version 4.0.3 | Shohei YOSHIDA | 1 | -0/+3 |
2023-07-19 | github #99: _trash: add completion for trash-d | mirsella | 2 | -22/+57 |
2023-07-10 | 51897: update _softwareupdate | Jun-ichi Takimoto | 1 | -58/+93 |
2023-06-22 | 51860: simplify suffix handling in _prefix to remove less accurate hack | Marlon Richert | 1 | -7/+2 |
2023-06-08 | 51817: protect ':' in _rcctl | Stephane Chazelas | 2 | -14/+1 |
2023-06-06 | Protect another : from history modifier expansion | Stephane Chazelas | 1 | -1/+1 |
2023-06-06 | Protect some :s from history modifier expansion | Stephane Chazelas | 6 | -8/+21 |
2023-05-21 | 51761: Use zstyle verbose for _parameters descriptions | Marlon Richert | 1 | -1/+1 |
2023-05-21 | 51348: Fix subscript completion bugs inside ~[...] | Marlon Richert | 1 | -13/+9 |
2023-05-21 | 51759: Show alias values in command completions | Marlon Richert | 1 | -2/+8 |
2023-05-21 | 51758: Make dynamic dir completion easier to implement | Marlon Richert | 1 | -8/+22 |
2023-05-13 | github #98: feat: add `shortcuts` completions | Vidhan Bhatt | 1 | -0/+88 |
2023-05-11 | 51340: update _rake for version 13 | Shohei YOSHIDA | 1 | -3/+14 |
2023-05-11 | 51331: update _pydoc for version 3.11 | Shohei YOSHIDA | 1 | -2/+3 |