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
d862f3b114
Update rubocop completion to version 1.86.1
2026-04-27 11:48:13 +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
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
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
Shohei YOSHIDA
7fa1a78810
Add PowerShell completion for macOS and Linux
2026-03-31 10:34:56 +09:00
Shohei YOSHIDA
44be5b104f
Update cmake completion to version 4.3.0
...
add new flags
2026-03-31 09:54:02 +09:00
Shohei YOSHIDA
dbad2d3a85
Add elixir completions
2026-03-29 16:44:33 +09:00
Shohei YOSHIDA
f0b1a348a1
Merge pull request #1244 from zsh-users/perl-package-managers
...
Add perl package manager, cpm and cpam completions
2026-03-28 11:04:09 +09:00
Shohei YOSHIDA
c288ac1660
Update fab completion to version 3.2.2
2026-03-27 19:57:14 +09:00
Shohei YOSHIDA
fd4a16961f
Merge pull request #1247 from zsh-users/refactor_mix
...
Refactor mix completion
2026-03-27 00:00:59 +09:00
Shohei YOSHIDA
012017166b
Merge pull request #1243 from zsh-users/ctest_cpack
...
Add ctest and cpack completions
2026-03-27 00:00:18 +09:00
Shohei YOSHIDA
109a9c809d
Merge pull request #1250 from zsh-users/refactor_mvn
...
Refactor mvn completion
2026-03-26 23:58:22 +09:00
Shohei YOSHIDA
64487c7f40
Merge pull request #1249 from zsh-users/refactor_golang
...
Use __golang prefix instead of __go prefix
2026-03-26 23:57:30 +09:00
Shohei YOSHIDA
748efd8af7
Use builtin generating sequential number instead of external commands
...
`seq` is not installed on some BSD platforms by default.
2026-03-26 17:30:13 +09:00
Shohei YOSHIDA
519f6d6cee
Refactor mvn completion
...
- use local variables for cache variables
- use if for conditional executions
2026-03-26 15:14:58 +09:00
Shohei YOSHIDA
748d11083a
Use __golang prefix instead of __go prefix
...
Because __go_ is used in zsh old golang completions and they could
conflict with functions in _golang.
2026-03-26 14:04:23 +09:00
Shohei YOSHIDA
a5d34d3aef
Improve portability
2026-03-26 13:52:05 +09:00
Shohei YOSHIDA
77ec5ecd6b
Fix cache expiration according to comment
...
'mh+1' means 1 hour
2026-03-25 23:28:17 +09:00
Shohei YOSHIDA
118705c01a
implement minimum Phoenix tasks completions
2026-03-25 18:29:36 +09:00
Shohei YOSHIDA
6879291030
implement cache
2026-03-25 15:10:11 +09:00
Shohei YOSHIDA
e118561a37
use dynamic completion but it seems we should use cache
2026-03-24 18:02:45 +09:00
Shohei YOSHIDA
2fdd13ab92
Refactor _mix completion
2026-03-24 17:45:58 +09:00
Shohei YOSHIDA
9c0e68a83b
Add cpanm completion
2026-03-23 11:38:56 +09:00
Shohei YOSHIDA
fab6ac22ff
Add cpm completion
2026-03-23 11:38:41 +09:00
Shohei YOSHIDA
5993fc38e7
Add cpack completion
2026-03-22 18:22:26 +09:00
Shohei YOSHIDA
e4006dea72
add ctest
2026-03-22 18:22:23 +09:00
Shohei YOSHIDA
e461417f4e
Merge pull request #1241 from zsh-users/fix_cmake_help_completion
...
Fix cmake help item completion
2026-03-21 10:42:53 +09:00
Shohei YOSHIDA
97654f2813
Merge pull request #1240 from zsh-users/update-pre-commit
...
Refactor pre-commit
2026-03-21 10:42:04 +09:00
Shohei YOSHIDA
87378081ee
Remove needless variable declarations
2026-03-19 19:04:12 +09:00
Shohei YOSHIDA
bb21390881
fix formatting issue
2026-03-19 19:02:43 +09:00
Shohei YOSHIDA
be63667ca5
fix help item completion
2026-03-19 19:01:53 +09:00
Shohei YOSHIDA
986177c01f
Refactor pre-commit
...
- simplify the code
- reduce global variables
- add completing functions for remote names, branches, refs
2026-03-17 09:46:18 +09:00
Shohei YOSHIDA
bce05f9352
Merge pull request #1236 from zsh-users/refactor_gist
...
Refactor gist and fix cache broken cache implementation
2026-03-16 15:10:54 +09:00
Shohei YOSHIDA
504b84f000
Merge pull request #1235 from zsh-users/refactor_cmake
...
Refactor cmake completion
2026-03-16 15:09:55 +09:00
Shohei YOSHIDA
84d9053354
Merge pull request #1234 from zsh-users/refactor_cf
...
Refactoring _cf completion
2026-03-16 14:54:01 +09:00
Shohei YOSHIDA
51025ba738
Merge pull request #1237 from zsh-users/refactor-cask
...
Refactor cask completion
2026-03-16 14:37:26 +09:00
Shohei YOSHIDA
83748eefc0
Merge pull request #1238 from zsh-users/refactor_git_flow
...
Refactor git flow
2026-03-16 14:13:23 +09:00
Shohei YOSHIDA
8ef1a35c32
Merge pull request #1239 from zsh-users/refactor_openvpn3
...
Refactor openvpn3
2026-03-16 14:12:18 +09:00
Shohei YOSHIDA
31236f26de
Use git_flow prefix instead of git for functions
2026-03-15 22:14:52 +09:00
Shohei YOSHIDA
8758ee4809
Use local variables
2026-03-15 22:11:41 +09:00
Shohei YOSHIDA
45f8084e70
Don't use global variables
2026-03-15 22:09:37 +09:00
Shohei YOSHIDA
d1180f126a
Add global options
2026-03-15 15:14:40 +09:00
Shohei YOSHIDA
96316552ea
Merge two switch-case
2026-03-15 15:08:37 +09:00
Shohei YOSHIDA
0dce3a833b
Don't overwrite context variables
2026-03-15 15:08:30 +09:00
Shohei YOSHIDA
da6814a485
Don't use global variables
2026-03-15 15:04:17 +09:00
Shohei YOSHIDA
b9c943a9e8
Fix cache implementation
2026-03-15 13:24:57 +09:00
Shohei YOSHIDA
5c4fd5c1c5
Don't use global variables
2026-03-15 12:08:49 +09:00
Shohei YOSHIDA
e534d39076
simplify assignments and remove needless functions
2026-03-14 21:04:01 +09:00
Shohei YOSHIDA
8e505348f3
Reduce top level local variables, use function local variables instead
2026-03-14 20:56:20 +09:00
Shohei YOSHIDA
309d615eb5
Simplify cmake targets
...
- Don't use for loop
- Use reduce filtering commands
2026-03-14 20:27:54 +09:00
Shohei YOSHIDA
9240b691d0
Do not use global variables
2026-03-14 20:06:03 +09:00
Shohei YOSHIDA
003afbe513
Refactoring _cf completion
...
- don't overwrite global variables
- add `__cf_` prefix to private functions
- improve command function dispatch
- use zsh way for array value check
2026-03-14 01:01:16 +09:00
Shohei YOSHIDA
f1153d7a9d
add command name prefix to functions
2026-03-14 00:17:55 +09:00
Shohei YOSHIDA
ce3bdfed22
Merge pull request #1232 from zsh-users/fix-format
...
Fix format issues
2026-03-13 16:30:56 +09:00
Shohei YOSHIDA
b5da595150
Fix indentation size
2026-03-13 11:46:25 +09:00
Shohei YOSHIDA
7ea6b7a971
Add editor settings to all files
2026-03-13 11:38:48 +09:00
Shohei YOSHIDA
32210c83c5
Use spaces instead of tabs
2026-03-13 11:31:47 +09:00
Shohei YOSHIDA
867fb5a09c
`--build` option should be an optional parameter
2026-03-12 13:38:49 +09:00
Shohei YOSHIDA
9dfdcf43c3
fix fail2ban-client completion
...
- Add missing option description
2026-03-08 23:15:40 +09:00
Shohei YOSHIDA
fc2ebff046
Fix openssl completion
...
- fix typo
2026-03-08 23:15:28 +09:00
Shohei YOSHIDA
8c58e5f118
Fix textutil completion
...
- fix array value expansion
2026-03-08 23:15:05 +09:00
Shohei YOSHIDA
83ac2d1e89
fix ldattach
...
- improve description of 1st argument
2026-03-08 23:14:45 +09:00
Shohei YOSHIDA
71ac28d2e0
fix fail2ban-client completion
...
- fix wrong value completions
2026-03-08 23:05:29 +09:00
Shohei YOSHIDA
c2ecb21e86
fix concourse completion
...
- add missing '='
2026-03-08 23:05:06 +09:00
Shohei YOSHIDA
0b0867f708
fix chromium completion
...
- correct exclusive flags
2026-03-08 23:04:45 +09:00
Shohei YOSHIDA
6a445e594b
fix dart completion
...
- fix wrong value completion
2026-03-08 23:04:28 +09:00
Shohei YOSHIDA
b9cd906208
fix afew completion
...
- fix typo
2026-03-08 23:03:41 +09:00
Shohei YOSHIDA
586a4eb4a8
fix fwupdmgr completion
...
- fix quoting
2026-03-08 23:03:15 +09:00
Shohei YOSHIDA
002a11fdb7
Fix gio completion
...
- fix quoting
2026-03-08 23:02:56 +09:00
Shohei YOSHIDA
970077590a
fix gist completion
...
- fix quoting
2026-03-08 23:02:30 +09:00
Shohei YOSHIDA
d330cb594f
Fix glances completion
...
- add missing argument description
2026-03-08 23:02:04 +09:00
Shohei YOSHIDA
eca213e017
Fix gtk-launch completion
...
- fix quoting
2026-03-08 23:01:45 +09:00
Shohei YOSHIDA
5f2fad31ae
Fix inxi completion
...
Add missing variable definition
2026-03-08 23:01:06 +09:00
Shohei YOSHIDA
370c7e4e58
Fix ldattach completion
...
- Add first argument definition
2026-03-08 23:00:48 +09:00
Shohei YOSHIDA
fe05ed6ed6
Fix nvm completion
...
- remove needless '='
2026-03-08 23:00:31 +09:00
Shohei YOSHIDA
95b96b10ba
Fix openssl completion
...
- fix wrong value completions
2026-03-08 23:00:06 +09:00
Shohei YOSHIDA
a535d6d789
Fix openvpn3 completion
...
- fix wrong variable name
2026-03-08 22:59:40 +09:00
Shohei YOSHIDA
eeb33f99ce
fix _port completion
...
- fix wrong option definitions
2026-03-08 22:59:16 +09:00
Shohei YOSHIDA
d9dd3f1a56
Fix protoc completion
...
- add missing '='
2026-03-08 22:58:56 +09:00
Shohei YOSHIDA
eeda4af31d
fix qmk completion
...
- fix wrong short flag name
2026-03-08 22:57:21 +09:00
Shohei YOSHIDA
c1b7ac5bf0
Fix rails completion
...
- fix wrong variable usage
2026-03-08 22:56:44 +09:00
Shohei YOSHIDA
ee1514fc41
Fix rubocop completion
...
- fix wrong short flag name
2026-03-08 22:56:19 +09:00
Shohei YOSHIDA
5d8642a3e8
Fix svm completion
...
- fix wrong function name
2026-03-08 22:56:03 +09:00
Shohei YOSHIDA
cf3aafe66c
fix textutil completion
...
- fix wrong variable expantion
2026-03-08 22:55:42 +09:00
Shohei YOSHIDA
1f058a345f
fix tsc completion
...
- set '-C' flag of _arguments
- remove duplicated flags
2026-03-08 22:55:10 +09:00
Shohei YOSHIDA
6a282fe7fa
fix ufw completion
...
- fix the case when empty string is passed
2026-03-08 22:54:27 +09:00
Shohei YOSHIDA
c7f779e025
fix uuidd completion
...
- fix typo
2026-03-08 22:53:58 +09:00
Shohei YOSHIDA
0737ba0f1e
Fix virtualbox completion
...
- avoid overriding internal variable names
- fix wrong switch case labels
2026-03-08 22:53:14 +09:00
Shohei YOSHIDA
81438c5a2e
Fix vnstat completion
...
- update exclusive flags
2026-03-08 22:52:49 +09:00