aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1282 from zsh-users/update-cmakeHEADmasterShohei YOSHIDA3 days3-4/+12
|\ | | | | Update cmake/ctest/cpack completions to version 4.4.0
| * Update cmake/ctest/cpack completions to version 4.4.0update-cmakeShohei YOSHIDA5 days3-4/+12
| |
* | Merge pull request #1281 from zsh-users/update-typescriptShohei YOSHIDA4 days1-33/+64
|\ \ | |/ |/| Update tsc completion to version 7.0.2
| * Update tsc completion to version 7.0.2update-typescriptShohei YOSHIDA5 days1-33/+64
|/
* Merge pull request #1280 from zsh-users/update-nvmShohei YOSHIDA14 days1-1/+2
|\ | | | | Update nvm completion to version v0.40.5
| * Update nvm completion to version v0.40.5update-nvmShohei YOSHIDA2026-07-101-1/+2
|/
* Merge pull request #1279 from zsh-users/update-nodejsShohei YOSHIDA2026-07-101-2/+3
|\ | | | | Update nodejs to version 26.5
| * Update completing file patternupdate-nodejsShohei YOSHIDA2026-07-091-1/+1
| |
| * Add new flag that introduced at version 26.5Shohei YOSHIDA2026-07-091-1/+2
|/
* Merge pull request #1277 from zsh-users/update-conanShohei YOSHIDA2026-06-261-278/+697
|\ | | | | Update conan completion to version v2.29
| * Fix claude pointing outsupdate-conanShohei YOSHIDA2026-06-261-9/+9
| |
| * fix missing argument parametersShohei YOSHIDA2026-06-251-0/+7
| |
| * fix typoShohei YOSHIDA2026-06-251-3/+3
| |
| * update versionShohei YOSHIDA2026-06-251-1/+1
| |
| * Avoid using global variables, use local variables insteadShohei YOSHIDA2026-06-251-84/+84
| |
| * every functions should return valueShohei YOSHIDA2026-06-251-14/+38
| |
| * update 'profile' command completionShohei YOSHIDA2026-06-251-14/+23
| |
| * update 'remote' command completionShohei YOSHIDA2026-06-251-25/+36
| |
| * update 'lock' command completionShohei YOSHIDA2026-06-241-15/+69
| |
| * update 'list' command completionShohei YOSHIDA2026-06-241-2/+12
| |
| * update 'export-pkg' command completionShohei YOSHIDA2026-06-241-12/+10
| |
| * update 'build' command completionShohei YOSHIDA2026-06-241-5/+13
| |
| * update 'graph' command completionShohei YOSHIDA2026-06-241-32/+51
| |
| * fix profile options issueShohei YOSHIDA2026-06-241-57/+34
| | | | | | | | It was not excaped characters correctly
| * update 'export' command completionShohei YOSHIDA2026-06-241-3/+6
| |
| * update 'editable' command completionShohei YOSHIDA2026-06-231-15/+25
| |
| * update 'download' command completionShohei YOSHIDA2026-06-231-1/+5
| |
| * update 'new' command completionShohei YOSHIDA2026-06-231-4/+8
| |
| * update 'inspect' command completionShohei YOSHIDA2026-06-231-2/+11
| |
| * update 'cache' command completionShohei YOSHIDA2026-06-231-7/+53
| |
| * Implement new subcommand completionsShohei YOSHIDA2026-06-231-21/+247
| |
* | Merge pull request #1276 from zsh-users/support-debugger-flagsShohei YOSHIDA2026-06-261-1/+15
|\ \ | |/ |/| Support 'node inspect' specific flags
| * Support 'node inspect' specific flagssupport-debugger-flagsShohei YOSHIDA2026-06-251-1/+15
|/
* Merge pull request #1273 from arminveres/u/arminveres/feat/build-presetsShohei YOSHIDA2026-06-201-5/+149
|\ | | | | feat: add support for build-presets
| * feat: extend _cmake for parsing build targetsArmin Richard Veres2026-06-191-2/+103
| | | | | | | | | | Extended _cmake completion to parse json-presets for buildPresets and buildTargets.
| * feat: add support for build-presetsArmin Richard Veres2026-06-111-5/+48
| | | | | | | | | | | | | | When running `cmake --build --preset=*` the preset would not complete. Additionally fix `cmake --build --preset=* --target=*` target completion too, by looking for the first CMakeCache.txt in five levels of directories.
* | Merge pull request #1275 from zsh-users/support_cppcheck_reporterShohei YOSHIDA2026-06-151-76/+93
|\ \ | | | | | | Support cppcheck-htmlreport
| * | Support cppcheck-htmlreportsupport_cppcheck_reporterShohei YOSHIDA2026-06-121-76/+93
|/ /
* | Merge pull request #1274 from zsh-users/update_cppcheckShohei YOSHIDA2026-06-121-14/+21
|\ \ | |/ |/| update cppcheck completion to version 2.19.0
| * 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
| |