aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1267 from zsh-users/add-playwrightShohei YOSHIDA9 days1-0/+340
|\ | | | | Add playwright completion
| * Add playwright completionadd-playwrightShohei YOSHIDA11 days1-0/+340
| |
* | Add peco completionadd-pecoShohei YOSHIDA12 days1-0/+68
|/
* Merge pull request #1265 from zsh-users/update-jestShohei YOSHIDA2026-05-111-1/+3
|\ | | | | Update jest completion to version 30.4.0
| * Update jest completion to version 30.4.0update-jestShohei YOSHIDA2026-05-081-1/+3
| |
* | Merge pull request #1264 from zsh-users/update-nodeShohei YOSHIDA2026-05-091-7/+11
|\ \ | |/ |/| Update node.js completion to 26.1.0
| * Update node.js completion to 26.1.0update-nodeShohei YOSHIDA2026-05-081-7/+11
| | | | | | | | | | | | - Remove outdated flags - Cleanup experimental flags - Add flags related to node:ffi
* | Merge pull request #1263 from zsh-users/bug/clang-formatShohei YOSHIDA2026-05-081-1/+1
|\ \ | |/ |/| Remove needless '='
| * Remove needless '='bug/clang-formatShohei YOSHIDA2026-05-071-1/+1
| |
* | Some typo fixesMikael Magnusson2026-05-0714-29/+27
|/
* Update openssl completion to 4.0.0update_opensslShohei YOSHIDA2026-05-031-2/+19
|
* _tmuxp: typo explMikael Magnusson2026-05-031-1/+1
|
* _yarn: return values and _wantedMikael Magnusson2026-05-031-8/+4
|
* _tsc: remove stray backslashMikael Magnusson2026-05-031-1/+1
|
* _sbt: add missing ret=0Mikael Magnusson2026-05-031-1/+1
|
* _pm2: consistent capitalizationMikael Magnusson2026-05-031-15/+15
|
* _nano: set ret=0 for all the state stuffMikael Magnusson2026-05-031-2/+2
|
* _mcookie: more useful heading for -mMikael Magnusson2026-05-031-1/+1
|
* _kitchen: don't use bare compaddMikael Magnusson2026-05-031-1/+1
|
* _hledger: fix bogus -A option placementMikael Magnusson2026-05-031-1/+1
| | | | It got offered as a completion instead
* _fallocate: mutually exclusive optionsMikael Magnusson2026-05-031-5/+5
| | | | -n is disallowed with -c, and implied with -d/-p, so there's no point passing it there
* _bundle: remove nonsensical -A optionsMikael Magnusson2026-05-031-1/+1
|
* Remove the 'this' from 'show this help and exit' in completersMikael Magnusson2026-05-0329-54/+54
|
* _chmem: update with new optionsMikael Magnusson2026-05-031-4/+19
|
* _chcpu: improve help text for cpu listMikael Magnusson2026-05-031-4/+4
|
* _cask: update a bitMikael Magnusson2026-05-031-6/+20
| | | | | It's unclear to me what arguments link actually takes from the documentation so no attempt there.
* _bower: fix completing optionsMikael Magnusson2026-05-031-28/+26
| | | | | | | | the (--foo)--foo is harmless but redundant and makes things hard to read, we only need that syntax when we want to prevent an option being completed together with *another* option, such as the instance with (-t --token){-t,--token} where _arguments doesn't know those do the same thing.
* Update rubocop completion to version 1.86.1update-rubocopShohei YOSHIDA2026-04-271-1/+2
|
* fix yarn run completionsDziad Borowy2026-04-231-1/+1
| | | | `yarn run<TAB>` doesn't show scripts that have `:` in them (e.g. `lint:js`, `test:e2e`), which is a popular pattern. this change fixes that.
* Merge pull request #1258 from zsh-users/add-net-benchShohei YOSHIDA2026-04-122-0/+163
|\ | | | | Add network benchmark tools completions, ab and h2load
| * add h2load completionadd-net-benchShohei YOSHIDA2026-04-071-0/+83
| |
| * Add apache bench completionShohei YOSHIDA2026-04-071-0/+80
| |
* | add nu shell completionadd-shellsShohei YOSHIDA2026-04-071-0/+85
| |
* | add fish completionShohei YOSHIDA2026-04-071-0/+65
|/
* Merge pull request #1255 from zsh-users/add_pwshShohei YOSHIDA2026-04-041-0/+85
|\ | | | | Add PowerShell completion for macOS and Linux
| * Add PowerShell completion for macOS and Linuxadd_pwshShohei YOSHIDA2026-03-311-0/+85
| |
* | Merge pull request #1256 from zsh-users/add-v8-optionsShohei YOSHIDA2026-04-021-1/+19
|\ \ | | | | | | Add valid v8 options
| * | Add valid v8 optionsadd-v8-optionsShohei YOSHIDA2026-04-021-1/+19
| |/
* | Merge pull request #1253 from zsh-users/elixir_completionsShohei YOSHIDA2026-04-021-0/+99
|\ \ | |/ |/| Add elixir(elixir, elixirc, iex) completions
| * Add elixir completionselixir_completionsShohei YOSHIDA2026-03-291-0/+99
| |
* | Update cmake completion to version 4.3.0Shohei YOSHIDA2026-03-311-1/+3
|/ | | | add new flags
* Merge pull request #1244 from zsh-users/perl-package-managersShohei YOSHIDA2026-03-282-0/+224
|\ | | | | Add perl package manager, cpm and cpam completions
| * Add cpanm completionperl-package-managersShohei YOSHIDA2026-03-231-0/+103
| |
| * Add cpm completionShohei YOSHIDA2026-03-231-0/+121
| |
* | Update fab completion to version 3.2.2update_fabShohei YOSHIDA2026-03-271-60/+35
| |
* | Merge pull request #1247 from zsh-users/refactor_mixShohei YOSHIDA2026-03-271-186/+933
|\ \ | | | | | | Refactor mix completion
| * | implement minimum Phoenix tasks completionsrefactor_mixShohei YOSHIDA2026-03-251-5/+151
| | |
| * | implement cacheShohei YOSHIDA2026-03-251-3/+24
| | |
| * | use dynamic completion but it seems we should use cacheShohei YOSHIDA2026-03-241-100/+72
| | |
| * | Refactor _mix completionShohei YOSHIDA2026-03-241-186/+794
| |/