| Commit message (Expand) | Author | Age | Files | Lines |
* | Karel Balej: 53240, 53241: updated completions for mpc add, mpc insert | Bart Schaefer | 8 days | 1 | -1/+15 |
* | 53144: _sysctl: support completion with the dot delimiter on linux | Eric Cook | 10 days | 1 | -1/+9 |
* | 53095: fix completion for chmod/chown --reference with escaped filename | Philip Sequeira | 2024-09-18 | 2 | -5/+5 |
* | github #120: Update _git to reflect `--recursive` being an alias | Semnodime | 2024-08-31 | 1 | -1/+0 |
* | 53058: new completion for zstd | Oliver Kiddle | 2024-08-31 | 1 | -0/+118 |
* | 53031: Completion/Unix/Command/_git: add missing terminator in case statement | Christian Heusel | 2024-08-13 | 1 | -0/+1 |
* | 52989: _rsync: support rsync 3.2.4+ remote filename handling. | Eric Cook | 2024-08-03 | 2 | -6/+24 |
* | 52904: Improve quoting of paths passed via _call_program to "git ls-files" | Bart Schaefer | 2024-05-24 | 1 | -1/+1 |
* | 52895: Partial revert of 44274 which broke _baudrates | Mikael Magnusson | 2024-05-20 | 1 | -2/+3 |
* | github #115: completion(ruby): completer opts for irb | OKURA Masafumi | 2024-04-01 | 1 | -0/+2 |
* | 52798: handle comments in ssh config | Oliver Kiddle | 2024-03-26 | 2 | -8/+6 |
* | 52769: fix completion of ansible keywords and --step option | Oliver Kiddle | 2024-03-18 | 1 | -7/+7 |
* | 52552: newer Java supports passing source files directly to java | Oliver Kiddle | 2024-02-22 | 1 | -1/+4 |
* | * 52544: _diff_options: support macOS Ventura or newer | Jun-ichi Takimoto | 2024-02-19 | 1 | -2/+6 |
* | github #112: Completion: todo.sh uses shorthelp and not showhelp | Poncho | 2024-02-15 | 1 | -1/+1 |
* | github #108: add perlbrew completion | Aurélien Olivier | 2024-01-26 | 1 | -0/+315 |
* | 52413: support Citrus version of iconv on macOS, DragonFly, NetBSD | Jun-ichi Takimoto | 2023-12-16 | 1 | -1/+1 |
* | 52366 + fix typo: rename find_targets as _ant_targets, replace one sed with s... | Bart Schaefer | 2023-12-09 | 1 | -5/+6 |
* | 52373: fix _numbers for suffixes containing % and update affected functions | Oliver Kiddle | 2023-12-05 | 1 | -8/+9 |
* | 52361: fix quoting of _ant target files | Bart Schaefer | 2023-12-02 | 1 | -2/+2 |
* | unposted: fix missing closing brace from 52301 | Oliver Kiddle | 2023-11-22 | 1 | -1/+1 |
* | 52315: completion options update | Oliver Kiddle | 2023-11-22 | 39 | -146/+286 |
* | 52307: new completion for many SELinux tools | Oliver Kiddle | 2023-11-17 | 5 | -8/+8 |
* | 52303: updates to completions for macOS 13 | Oliver Kiddle | 2023-11-17 | 19 | -73/+86 |
* | github #106: update tmux completion (20230919); tweak Util/check-tmux-state | Matt Koscica | 2023-11-14 | 1 | -2/+10 |
* | unposted (cf. 52167): mutt's -a takes a list of files terminated by -- | Oliver Kiddle | 2023-11-14 | 1 | -3/+4 |
* | 52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5 | Oliver Kiddle | 2023-11-14 | 3 | -36/+48 |
* | 52300: update completion options for ansible 2.15.2 | Oliver Kiddle | 2023-11-14 | 1 | -3/+10 |
* | 52280: update git completion for new options in git through to version 2.42.0 | Oliver Kiddle | 2023-11-09 | 1 | -93/+238 |
* | 52168: add completion for xfce's xfconf-query(1) | Eric Cook | 2023-11-08 | 1 | -0/+33 |
* | 52265: update completions for some util-linux tools to version 2.39.2 | Oliver Kiddle | 2023-11-02 | 1 | -2/+14 |
* | 52260: handle variable assignments before the command in sudo completion | Oliver Kiddle | 2023-11-02 | 1 | -15/+41 |
* | 52179: Fix gradlew completion when it isn't in PATH | Shohei Yoshida | 2023-11-01 | 1 | -1/+1 |
* | github #102: Ensure todo.sh completion uses builtin commands | Ulysse Buonomo | 2023-10-29 | 1 | -3/+3 |
* | github #103: fix completion for zpool upgrade | Christian Heusel | 2023-10-24 | 1 | -1/+1 |
* | 52056: _sccs: don't handle subcommands in main namespace | Mikael Magnusson | 2023-10-16 | 1 | -1/+1 |
* | 52189: ignore compadd -M if -U also specified as they don't make sense together | Oliver Kiddle | 2023-10-11 | 1 | -1/+2 |
* | 52217: update completions for FreeBSD 14 | Oliver Kiddle | 2023-10-11 | 16 | -64/+109 |
* | 52141: Add trailer token completion for git commit --trailer | Wesley Schwengle | 2023-09-20 | 1 | -1/+14 |
* | 52163: completion update for OpenZFS 2.2 | Oliver Kiddle | 2023-09-20 | 1 | -16/+93 |
* | 52114: improve _nice | Jun-ichi Takimoto | 2023-09-07 | 1 | -9/+18 |
* | 52112: use '_normal -p subcmd' to complete only external command | Jun-ichi Takimoto | 2023-09-04 | 8 | -10/+10 |
* | 51858 (+52073): virsh's edit command accepts all domains | sergio | 2023-08-28 | 1 | -1/+0 |
* | 52034: update sqlite3 completion for version 3.42.0 | Shohei YOSHIDA | 2023-08-27 | 1 | -0/+4 |
* | 52059 (+52070): _scons: fix for options --jobs and --question | Shohei YOSHIDA | 2023-08-21 | 1 | -2/+2 |
* | 52037: complete only external commands for env/watch | Jun-ichi Takimoto | 2023-08-14 | 3 | -5/+5 |
* | 52013,52014,52015,52016,52017,52018: updates for coreutils option changes | Shohei YOSHIDA | 2023-08-06 | 6 | -0/+6 |
* | github #100: _qemu: add -enable-kvm and -bios suggestion | HexorCatZ | 2023-07-31 | 1 | -0/+2 |
* | 51927: Update procps watch completion for version 4.0.3 | Shohei YOSHIDA | 2023-07-26 | 1 | -0/+3 |
* | github #99: _trash: add completion for trash-d | mirsella | 2023-07-19 | 1 | -0/+57 |