Commit Graph

2407 Commits

Author SHA1 Message Date
Shohei YOSHIDA 24b8ddfdf9
Update mix completion to version 1.20.0 2026-06-04 10:48:05 +09:00
Shohei YOSHIDA f954400c72
Merge pull request #1270 from zsh-users/update_dart
Update dart completion to v3.12.0
2026-06-03 07:36:41 +09:00
Shohei YOSHIDA 94e41d064d
Update dart completion to v3.12.0 2026-06-01 13:41:24 +09:00
Shohei YOSHIDA 6d21c2a1de
Merge pull request #1268 from julianandresdev/fix/regex-arguments-howto-clarification
docs: clarify _regex_arguments example explanation (#1106)
2026-05-22 09:21:03 +09:00
Julian Andres 570609e9ab
docs: clarify _regex_arguments example explanation (#1106) 2026-05-21 12:12:35 -05: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 582c9b5d93
Merge pull request #1266 from zsh-users/add-peco
Add peco completion
2026-05-20 14:54:54 +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 7a7ed4ea32
Merge pull request #1262 from zsh-users/update_openssl
Update openssl completion to 4.0.0
2026-05-06 14:02:16 +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
Mikael Magnusson 32cff31cca _nano: set ret=0 for all the state stuff 2026-05-03 04:19:53 +02:00
Mikael Magnusson 41d22dc6e4 _mcookie: more useful heading for -m 2026-05-03 04:19:53 +02:00
Mikael Magnusson 4be40305ba _kitchen: don't use bare compadd 2026-05-03 04:19:53 +02:00
Mikael Magnusson 9a94ecb9c9 _hledger: fix bogus -A option placement
It got offered as a completion instead
2026-05-03 04:19:53 +02:00
Mikael Magnusson f916eeb8a3 _fallocate: mutually exclusive options
-n is disallowed with -c, and implied with -d/-p, so there's no point passing it there
2026-05-03 04:19:53 +02:00
Mikael Magnusson ef53598cbd _bundle: remove nonsensical -A options 2026-05-03 04:19:53 +02:00
Mikael Magnusson c4d76587ae Remove the 'this' from 'show this help and exit' in completers 2026-05-03 04:19:41 +02:00
Mikael Magnusson 5879b07714 _chmem: update with new options 2026-05-03 04:18:54 +02:00
Mikael Magnusson d5bf7ae200 _chcpu: improve help text for cpu list 2026-05-03 04:18:54 +02:00
Mikael Magnusson cf98cc27ba _cask: update a bit
It's unclear to me what arguments link actually takes from the
documentation so no attempt there.
2026-05-03 04:18:54 +02:00
Mikael Magnusson 8d536db182 _bower: fix completing options
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.
2026-05-03 04:18:21 +02:00
Shohei YOSHIDA d3578edb5f
Merge pull request #1261 from zsh-users/update-rubocop
Update rubocop completion to version 1.86.1
2026-04-28 09:15:55 +09:00
Shohei YOSHIDA d862f3b114
Update rubocop completion to version 1.86.1 2026-04-27 11:48:13 +09:00
Shohei YOSHIDA dbaeafd96c
Merge pull request #1260 from tborychowski/patch-1
fix yarn run completions
2026-04-23 19:52:05 +09:00
Dziad Borowy 8b1b94a0d5
fix yarn run completions
`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.
2026-04-23 10:38:29 +01:00
Shohei YOSHIDA 47e40c923c
Merge pull request #1259 from vapniks/patch-1
Update zsh-completions-howto.org
2026-04-20 10:55:23 +09:00
vapniks fbdd3b36b6
Update zsh-completions-howto.org
Fix explanation of _regex_arguments example
2026-04-18 22:59:48 +01:00
Shohei YOSHIDA ed67fbb8ee
Merge pull request #1258 from zsh-users/add-net-bench
Add network benchmark tools completions, ab and h2load
2026-04-12 10:13:10 +09:00
Shohei YOSHIDA 72d91588a3
Merge pull request #1257 from zsh-users/add-shells
Add other shell completions
2026-04-10 13:18:17 +09:00
Shohei YOSHIDA b546f87141
add h2load completion 2026-04-07 23:33:28 +09:00
Shohei YOSHIDA b988a84e1e
Add apache bench completion 2026-04-07 23:16:54 +09:00
Shohei YOSHIDA cc3181fcaa
add nu shell completion 2026-04-07 07:07:08 +09:00
Shohei YOSHIDA 5464333f29
add fish completion 2026-04-07 07:06:56 +09:00
Shohei YOSHIDA 8b97eaf521
Merge pull request #1255 from zsh-users/add_pwsh
Add PowerShell completion for macOS and Linux
2026-04-04 10:06:45 +09:00
Shohei YOSHIDA 959c0fa665
Merge pull request #1256 from zsh-users/add-v8-options
Add valid v8 options
2026-04-02 15:39:11 +09:00
Shohei YOSHIDA 3bf359f3cb
Merge pull request #1253 from zsh-users/elixir_completions
Add elixir(elixir, elixirc, iex) completions
2026-04-02 15:38:39 +09:00
Shohei YOSHIDA 673251514c
Add valid v8 options 2026-04-02 12:01:35 +09:00