aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update cppcheck completion to version 2.19.0update_cppcheckShohei YOSHIDA2026-06-121-14/+21
|
* Merge pull request #1272 from zsh-users/update_elixir_toolsShohei YOSHIDA2026-06-051-1/+5
|\ | | | | Update mix completion to version 1.20.0
| * Update mix completion to version 1.20.0update_elixir_toolsShohei YOSHIDA2026-06-041-1/+5
| |
* | Merge pull request #1271 from zsh-users/update-bundlerShohei YOSHIDA2026-06-041-2/+8
|\ \ | |/ |/| Update bundler completion to version 4.0.13
| * Update bundler completion to version 4.0.13update-bundlerShohei YOSHIDA2026-06-031-2/+8
|/
* Merge pull request #1270 from zsh-users/update_dartShohei YOSHIDA2026-06-031-88/+80
|\ | | | | Update dart completion to v3.12.0
| * Update dart completion to v3.12.0update_dartShohei YOSHIDA2026-06-011-88/+80
|/
* Merge pull request #1268 from ↵Shohei YOSHIDA2026-05-221-2/+4
|\ | | | | | | | | julianandresdev/fix/regex-arguments-howto-clarification docs: clarify _regex_arguments example explanation (#1106)
| * docs: clarify _regex_arguments example explanation (#1106)Julian Andres2026-05-211-2/+4
|/
* Merge pull request #1267 from zsh-users/add-playwrightShohei YOSHIDA2026-05-211-0/+340
|\ | | | | Add playwright completion
| * Add playwright completionadd-playwrightShohei YOSHIDA2026-05-191-0/+340
| |
* | Merge pull request #1266 from zsh-users/add-pecoShohei YOSHIDA2026-05-201-0/+68
|\ \ | |/ |/| Add peco completion
| * Add peco completionadd-pecoShohei YOSHIDA2026-05-181-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
|/
* Merge pull request #1262 from zsh-users/update_opensslShohei YOSHIDA2026-05-061-2/+19
|\ | | | | Update openssl completion to 4.0.0
| * 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.
* Merge pull request #1261 from zsh-users/update-rubocopShohei YOSHIDA2026-04-281-1/+2
|\ | | | | Update rubocop completion to version 1.86.1
| * Update rubocop completion to version 1.86.1update-rubocopShohei YOSHIDA2026-04-271-1/+2
|/
* Merge pull request #1260 from tborychowski/patch-1Shohei YOSHIDA2026-04-231-1/+1
|\ | | | | fix yarn run completions
| * 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 #1259 from vapniks/patch-1Shohei YOSHIDA2026-04-201-1/+1
|\ | | | | Update zsh-completions-howto.org
| * Update zsh-completions-howto.orgvapniks2026-04-181-1/+1
|/ | | Fix explanation of _regex_arguments example
* 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
| |
* | Merge pull request #1257 from zsh-users/add-shellsShohei YOSHIDA2026-04-102-0/+150
|\ \ | |/ |/| Add other shell completions
| * add nu shell completionadd-shellsShohei YOSHIDA2026-04-071-0/+85
| |
| * add fish completionShohei YOSHIDA2026-04-071-0/+65
|/