| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1255 from zsh-users/add_pwshHEADmaster | Shohei YOSHIDA | 27 hours | 1 | -0/+85 |
| |\ | | | | | Add PowerShell completion for macOS and Linux | ||||
| | * | Add PowerShell completion for macOS and Linuxadd_pwsh | Shohei YOSHIDA | 5 days | 1 | -0/+85 |
| | | | |||||
| * | | Merge pull request #1256 from zsh-users/add-v8-options | Shohei YOSHIDA | 3 days | 1 | -1/+19 |
| |\ \ | | | | | | | Add valid v8 options | ||||
| | * | | Add valid v8 optionsadd-v8-options | Shohei YOSHIDA | 3 days | 1 | -1/+19 |
| | |/ | |||||
| * | | Merge pull request #1253 from zsh-users/elixir_completions | Shohei YOSHIDA | 3 days | 1 | -0/+99 |
| |\ \ | |/ |/| | Add elixir(elixir, elixirc, iex) completions | ||||
| | * | Add elixir completionselixir_completions | Shohei YOSHIDA | 7 days | 1 | -0/+99 |
| | | | |||||
| * | | Update cmake completion to version 4.3.0 | Shohei YOSHIDA | 5 days | 1 | -1/+3 |
| |/ | | | | add new flags | ||||
| * | Merge pull request #1244 from zsh-users/perl-package-managers | Shohei YOSHIDA | 8 days | 2 | -0/+224 |
| |\ | | | | | Add perl package manager, cpm and cpam completions | ||||
| | * | Add cpanm completionperl-package-managers | Shohei YOSHIDA | 13 days | 1 | -0/+103 |
| | | | |||||
| | * | Add cpm completion | Shohei YOSHIDA | 13 days | 1 | -0/+121 |
| | | | |||||
| * | | Update fab completion to version 3.2.2update_fab | Shohei YOSHIDA | 9 days | 1 | -60/+35 |
| | | | |||||
| * | | Merge pull request #1247 from zsh-users/refactor_mix | Shohei YOSHIDA | 10 days | 1 | -186/+933 |
| |\ \ | | | | | | | Refactor mix completion | ||||
| | * | | implement minimum Phoenix tasks completionsrefactor_mix | Shohei YOSHIDA | 11 days | 1 | -5/+151 |
| | | | | |||||
| | * | | implement cache | Shohei YOSHIDA | 11 days | 1 | -3/+24 |
| | | | | |||||
| | * | | use dynamic completion but it seems we should use cache | Shohei YOSHIDA | 12 days | 1 | -100/+72 |
| | | | | |||||
| | * | | Refactor _mix completion | Shohei YOSHIDA | 12 days | 1 | -186/+794 |
| | |/ | |||||
| * | | Merge pull request #1243 from zsh-users/ctest_cpack | Shohei YOSHIDA | 10 days | 2 | -0/+335 |
| |\ \ | | | | | | | Add ctest and cpack completions | ||||
| | * | | Improve portabilityctest_cpack | Shohei YOSHIDA | 10 days | 2 | -7/+7 |
| | | | | |||||
| | * | | Add cpack completion | Shohei YOSHIDA | 14 days | 1 | -0/+156 |
| | | | | |||||
| | * | | add ctest | Shohei YOSHIDA | 14 days | 1 | -0/+179 |
| | |/ | |||||
| * | | Merge pull request #1250 from zsh-users/refactor_mvn | Shohei YOSHIDA | 10 days | 1 | -28/+51 |
| |\ \ | | | | | | | Refactor mvn completion | ||||
| | * | | Refactor mvn completionrefactor_mvn | Shohei YOSHIDA | 10 days | 1 | -28/+51 |
| | | | | | | | | | | | | | | | | - use local variables for cache variables - use if for conditional executions | ||||
| * | | | Merge pull request #1249 from zsh-users/refactor_golang | Shohei YOSHIDA | 10 days | 1 | -38/+38 |
| |\ \ \ | | | | | | | | | Use __golang prefix instead of __go prefix | ||||
| | * | | | Use __golang prefix instead of __go prefixrefactor_golang | Shohei YOSHIDA | 10 days | 1 | -38/+38 |
| | |/ / | | | | | | | | | | | | | Because __go_ is used in zsh old golang completions and they could conflict with functions in _golang. | ||||
| * / / | Use builtin generating sequential number instead of external commandsrefactor_inxi | Shohei YOSHIDA | 10 days | 1 | -1/+1 |
| |/ / | | | | | | | `seq` is not installed on some BSD platforms by default. | ||||
| * / | Fix cache expiration according to commentcache-expiration-date | Shohei YOSHIDA | 11 days | 1 | -1/+1 |
| |/ | | | | 'mh+1' means 1 hour | ||||
| * | Merge pull request #1241 from zsh-users/fix_cmake_help_completion | Shohei YOSHIDA | 2026-03-21 | 1 | -9/+9 |
| |\ | | | | | Fix cmake help item completion | ||||
| | * | Remove needless variable declarationsfix_cmake_help_completion | Shohei YOSHIDA | 2026-03-19 | 1 | -5/+3 |
| | | | |||||
| | * | fix formatting issue | Shohei YOSHIDA | 2026-03-19 | 1 | -4/+4 |
| | | | |||||
| | * | fix help item completion | Shohei YOSHIDA | 2026-03-19 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #1240 from zsh-users/update-pre-commit | Shohei YOSHIDA | 2026-03-21 | 1 | -166/+123 |
| |\ \ | |/ |/| | Refactor pre-commit | ||||
| | * | Refactor pre-commitupdate-pre-commit | Shohei YOSHIDA | 2026-03-17 | 1 | -166/+123 |
| | | | | | | | | | | | | | - simplify the code - reduce global variables - add completing functions for remote names, branches, refs | ||||
| * | | Merge pull request #1236 from zsh-users/refactor_gist | Shohei YOSHIDA | 2026-03-16 | 1 | -46/+41 |
| |\ \ | | | | | | | Refactor gist and fix cache broken cache implementation | ||||
| | * | | Fix cache implementationrefactor_gist | Shohei YOSHIDA | 2026-03-15 | 1 | -46/+41 |
| | | | | |||||
| | * | | Don't use global variables | Shohei YOSHIDA | 2026-03-15 | 1 | -6/+6 |
| | |/ | |||||
| * | | Merge pull request #1235 from zsh-users/refactor_cmake | Shohei YOSHIDA | 2026-03-16 | 1 | -137/+175 |
| |\ \ | | | | | | | Refactor cmake completion | ||||
| | * | | simplify assignments and remove needless functionsrefactor_cmake | Shohei YOSHIDA | 2026-03-14 | 1 | -47/+55 |
| | | | | |||||
| | * | | Reduce top level local variables, use function local variables instead | Shohei YOSHIDA | 2026-03-14 | 1 | -78/+114 |
| | | | | |||||
| | * | | Simplify cmake targets | Shohei YOSHIDA | 2026-03-14 | 1 | -16/+7 |
| | | | | | | | | | | | | | | | | - Don't use for loop - Use reduce filtering commands | ||||
| | * | | Do not use global variables | Shohei YOSHIDA | 2026-03-14 | 1 | -8/+11 |
| | |/ | |||||
| * | | Merge pull request #1234 from zsh-users/refactor_cf | Shohei YOSHIDA | 2026-03-16 | 1 | -482/+237 |
| |\ \ | | | | | | | Refactoring _cf completion | ||||
| | * | | Refactoring _cf completionrefactor_cf | Shohei YOSHIDA | 2026-03-14 | 1 | -482/+237 |
| | |/ | | | | | | | | | | | | | - don't overwrite global variables - add `__cf_` prefix to private functions - improve command function dispatch - use zsh way for array value check | ||||
| * | | Merge pull request #1237 from zsh-users/refactor-cask | Shohei YOSHIDA | 2026-03-16 | 1 | -13/+33 |
| |\ \ | | | | | | | Refactor cask completion | ||||
| | * | | Add global optionsrefactor-cask | Shohei YOSHIDA | 2026-03-15 | 1 | -1/+13 |
| | | | | |||||
| | * | | Merge two switch-case | Shohei YOSHIDA | 2026-03-15 | 1 | -9/+14 |
| | | | | |||||
| | * | | Don't overwrite context variables | Shohei YOSHIDA | 2026-03-15 | 1 | -2/+5 |
| | | | | |||||
| | * | | Don't use global variables | Shohei YOSHIDA | 2026-03-15 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1238 from zsh-users/refactor_git_flow | Shohei YOSHIDA | 2026-03-16 | 1 | -37/+27 |
| |\ \ | | | | | | | Refactor git flow | ||||
| | * | | Use git_flow prefix instead of git for functionsrefactor_git_flow | Shohei YOSHIDA | 2026-03-15 | 1 | -25/+23 |
| | | | | |||||
| | * | | Use local variables | Shohei YOSHIDA | 2026-03-15 | 1 | -12/+4 |
| | |/ | |||||
