Commit Graph

1671 Commits

Author SHA1 Message Date
Shohei YOSHIDA 4db11645c1
Update completing file pattern 2026-07-09 12:52:43 +09:00
Shohei YOSHIDA a6602a6d08
Add new flag that introduced at version 26.5 2026-07-09 12:52:19 +09:00
Shohei YOSHIDA 03bae0bf3f
Merge pull request #1277 from zsh-users/update-conan
Update conan completion to version v2.29
2026-06-26 14:50:53 +09:00
Shohei YOSHIDA 46d0330c99
Fix claude pointing outs 2026-06-26 10:14:46 +09:00
Shohei YOSHIDA 33a54893e3
fix missing argument parameters 2026-06-25 14:46:23 +09:00
Shohei YOSHIDA 473f4d9d19
fix typo 2026-06-25 12:13:31 +09:00
Shohei YOSHIDA 97e0c82d2c
update version 2026-06-25 12:11:09 +09:00
Shohei YOSHIDA 3340a40f64
Avoid using global variables, use local variables instead 2026-06-25 12:10:17 +09:00
Shohei YOSHIDA 5d82a3e724
every functions should return value 2026-06-25 12:08:38 +09:00
Shohei YOSHIDA f031b84aa8
update 'profile' command completion 2026-06-25 11:33:41 +09:00
Shohei YOSHIDA 81565c73e1
update 'remote' command completion 2026-06-25 11:21:35 +09:00
Shohei YOSHIDA 83e71a9f0b
Support 'node inspect' specific flags 2026-06-25 11:01:11 +09:00
Shohei YOSHIDA 9674907aea
update 'lock' command completion 2026-06-24 16:28:28 +09:00
Shohei YOSHIDA 7d74814449
update 'list' command completion 2026-06-24 14:00:12 +09:00
Shohei YOSHIDA 0716597f43
update 'export-pkg' command completion 2026-06-24 10:11:34 +09:00
Shohei YOSHIDA 678f859cac
update 'build' command completion 2026-06-24 10:05:00 +09:00
Shohei YOSHIDA 64e9cc76db
update 'graph' command completion 2026-06-24 09:55:02 +09:00
Shohei YOSHIDA 6ff45c8fc7
fix profile options issue
It was not excaped characters correctly
2026-06-24 09:36:05 +09:00
Shohei YOSHIDA 92b1ac0e51
update 'export' command completion 2026-06-24 09:08:35 +09:00
Shohei YOSHIDA e30bfd3582
update 'editable' command completion 2026-06-23 18:43:44 +09:00
Shohei YOSHIDA fd93dc2e75
update 'download' command completion 2026-06-23 18:37:38 +09:00
Shohei YOSHIDA cdec11a66b
update 'new' command completion 2026-06-23 18:34:28 +09:00
Shohei YOSHIDA a761ad30f7
update 'inspect' command completion 2026-06-23 18:34:17 +09:00
Shohei YOSHIDA ecc9750480
update 'cache' command completion 2026-06-23 17:44:46 +09:00
Shohei YOSHIDA 555fdbe3bc
Implement new subcommand completions 2026-06-23 17:17:41 +09:00
Shohei YOSHIDA 24e22843b9
Merge pull request #1273 from arminveres/u/arminveres/feat/build-presets
feat: add support for build-presets
2026-06-20 10:04:33 +09:00
Armin Richard Veres 361cf692b0 feat: extend _cmake for parsing build targets
Extended _cmake completion to parse json-presets for buildPresets and
buildTargets.
2026-06-19 12:10:20 +02:00
Shohei YOSHIDA 349ddcb4c0
Support cppcheck-htmlreport 2026-06-12 19:31:52 +09:00
Shohei YOSHIDA 79194c14d2
update cppcheck completion to version 2.19.0 2026-06-12 09:16:30 +09:00
Armin Richard Veres 020b714faa feat: add support for build-presets
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.
2026-06-11 16:35:03 +02:00
Shohei YOSHIDA dd83145816
Merge pull request #1272 from zsh-users/update_elixir_tools
Update mix completion to version 1.20.0
2026-06-05 09:07:22 +09:00
Shohei YOSHIDA 24b8ddfdf9
Update mix completion to version 1.20.0 2026-06-04 10:48:05 +09:00
Shohei YOSHIDA 1ba6ac5e8c
Update bundler completion to version 4.0.13 2026-06-03 14:45:57 +09:00
Shohei YOSHIDA 94e41d064d
Update dart completion to v3.12.0 2026-06-01 13:41:24 +09:00
Shohei YOSHIDA 45e2c02492
Merge pull request #1267 from zsh-users/add-playwright
Add playwright completion
2026-05-21 11:48:06 +09:00
Shohei YOSHIDA 723d5f2726
Add playwright completion 2026-05-19 12:18:39 +09:00
Shohei YOSHIDA 03889306ed
Add peco completion 2026-05-18 16:27:08 +09:00
Shohei YOSHIDA 64f802936c
Merge pull request #1265 from zsh-users/update-jest
Update jest completion to version 30.4.0
2026-05-11 14:18:35 +09:00
Shohei YOSHIDA 41f6ed736a
Merge pull request #1264 from zsh-users/update-node
Update node.js completion to 26.1.0
2026-05-09 14:05:41 +09:00
Shohei YOSHIDA 69c9a70759
Update jest completion to version 30.4.0 2026-05-08 17:53:21 +09:00
Shohei YOSHIDA 70a2e272b8
Merge pull request #1263 from zsh-users/bug/clang-format
Remove needless '='
2026-05-08 11:38:49 +09:00
Shohei YOSHIDA 12c24c1bec
Update node.js completion to 26.1.0
- Remove outdated flags
- Cleanup experimental flags
- Add flags related to node:ffi
2026-05-08 11:37:01 +09:00
Mikael Magnusson 398b4b7477 Some typo fixes 2026-05-07 19:40:20 +02:00
Shohei YOSHIDA 42f28eb83a
Remove needless '=' 2026-05-07 10:28:39 +09:00
Shohei YOSHIDA d215391952
Update openssl completion to 4.0.0 2026-05-03 15:28:01 +09:00
Mikael Magnusson d4d30592c2 _tmuxp: typo expl 2026-05-03 04:19:53 +02:00
Mikael Magnusson 7a2db2fe49 _yarn: return values and _wanted 2026-05-03 04:19:53 +02:00
Mikael Magnusson 21621f3458 _tsc: remove stray backslash 2026-05-03 04:19:53 +02:00
Mikael Magnusson 8dd06dfaaf _sbt: add missing ret=0 2026-05-03 04:19:53 +02:00
Mikael Magnusson 96420d8c73 _pm2: consistent capitalization 2026-05-03 04:19:53 +02:00