aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1255 from zsh-users/add_pwshHEADmasterShohei YOSHIDA27 hours1-0/+85
|\ | | | | Add PowerShell completion for macOS and Linux
| * Add PowerShell completion for macOS and Linuxadd_pwshShohei YOSHIDA5 days1-0/+85
| |
* | Merge pull request #1256 from zsh-users/add-v8-optionsShohei YOSHIDA3 days1-1/+19
|\ \ | | | | | | Add valid v8 options
| * | Add valid v8 optionsadd-v8-optionsShohei YOSHIDA3 days1-1/+19
| |/
* | Merge pull request #1253 from zsh-users/elixir_completionsShohei YOSHIDA3 days1-0/+99
|\ \ | |/ |/| Add elixir(elixir, elixirc, iex) completions
| * Add elixir completionselixir_completionsShohei YOSHIDA7 days1-0/+99
| |
* | Update cmake completion to version 4.3.0Shohei YOSHIDA5 days1-1/+3
|/ | | | add new flags
* Merge pull request #1244 from zsh-users/perl-package-managersShohei YOSHIDA8 days2-0/+224
|\ | | | | Add perl package manager, cpm and cpam completions
| * Add cpanm completionperl-package-managersShohei YOSHIDA13 days1-0/+103
| |
| * Add cpm completionShohei YOSHIDA13 days1-0/+121
| |
* | Update fab completion to version 3.2.2update_fabShohei YOSHIDA9 days1-60/+35
| |
* | Merge pull request #1247 from zsh-users/refactor_mixShohei YOSHIDA10 days1-186/+933
|\ \ | | | | | | Refactor mix completion
| * | implement minimum Phoenix tasks completionsrefactor_mixShohei YOSHIDA11 days1-5/+151
| | |
| * | implement cacheShohei YOSHIDA11 days1-3/+24
| | |
| * | use dynamic completion but it seems we should use cacheShohei YOSHIDA12 days1-100/+72
| | |
| * | Refactor _mix completionShohei YOSHIDA12 days1-186/+794
| |/
* | Merge pull request #1243 from zsh-users/ctest_cpackShohei YOSHIDA10 days2-0/+335
|\ \ | | | | | | Add ctest and cpack completions
| * | Improve portabilityctest_cpackShohei YOSHIDA10 days2-7/+7
| | |
| * | Add cpack completionShohei YOSHIDA14 days1-0/+156
| | |
| * | add ctestShohei YOSHIDA14 days1-0/+179
| |/
* | Merge pull request #1250 from zsh-users/refactor_mvnShohei YOSHIDA10 days1-28/+51
|\ \ | | | | | | Refactor mvn completion
| * | Refactor mvn completionrefactor_mvnShohei YOSHIDA10 days1-28/+51
| | | | | | | | | | | | | | | - use local variables for cache variables - use if for conditional executions
* | | Merge pull request #1249 from zsh-users/refactor_golangShohei YOSHIDA10 days1-38/+38
|\ \ \ | | | | | | | | Use __golang prefix instead of __go prefix
| * | | Use __golang prefix instead of __go prefixrefactor_golangShohei YOSHIDA10 days1-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_inxiShohei YOSHIDA10 days1-1/+1
|/ / | | | | | | `seq` is not installed on some BSD platforms by default.
* / Fix cache expiration according to commentcache-expiration-dateShohei YOSHIDA11 days1-1/+1
|/ | | | 'mh+1' means 1 hour
* Merge pull request #1241 from zsh-users/fix_cmake_help_completionShohei YOSHIDA2026-03-211-9/+9
|\ | | | | Fix cmake help item completion
| * Remove needless variable declarationsfix_cmake_help_completionShohei YOSHIDA2026-03-191-5/+3
| |
| * fix formatting issueShohei YOSHIDA2026-03-191-4/+4
| |
| * fix help item completionShohei YOSHIDA2026-03-191-0/+2
| |
* | Merge pull request #1240 from zsh-users/update-pre-commitShohei YOSHIDA2026-03-211-166/+123
|\ \ | |/ |/| Refactor pre-commit
| * Refactor pre-commitupdate-pre-commitShohei YOSHIDA2026-03-171-166/+123
| | | | | | | | | | | | - simplify the code - reduce global variables - add completing functions for remote names, branches, refs
* | Merge pull request #1236 from zsh-users/refactor_gistShohei YOSHIDA2026-03-161-46/+41
|\ \ | | | | | | Refactor gist and fix cache broken cache implementation
| * | Fix cache implementationrefactor_gistShohei YOSHIDA2026-03-151-46/+41
| | |
| * | Don't use global variablesShohei YOSHIDA2026-03-151-6/+6
| |/
* | Merge pull request #1235 from zsh-users/refactor_cmakeShohei YOSHIDA2026-03-161-137/+175
|\ \ | | | | | | Refactor cmake completion
| * | simplify assignments and remove needless functionsrefactor_cmakeShohei YOSHIDA2026-03-141-47/+55
| | |
| * | Reduce top level local variables, use function local variables insteadShohei YOSHIDA2026-03-141-78/+114
| | |
| * | Simplify cmake targetsShohei YOSHIDA2026-03-141-16/+7
| | | | | | | | | | | | | | | - Don't use for loop - Use reduce filtering commands
| * | Do not use global variablesShohei YOSHIDA2026-03-141-8/+11
| |/
* | Merge pull request #1234 from zsh-users/refactor_cfShohei YOSHIDA2026-03-161-482/+237
|\ \ | | | | | | Refactoring _cf completion
| * | Refactoring _cf completionrefactor_cfShohei YOSHIDA2026-03-141-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-caskShohei YOSHIDA2026-03-161-13/+33
|\ \ | | | | | | Refactor cask completion
| * | Add global optionsrefactor-caskShohei YOSHIDA2026-03-151-1/+13
| | |
| * | Merge two switch-caseShohei YOSHIDA2026-03-151-9/+14
| | |
| * | Don't overwrite context variablesShohei YOSHIDA2026-03-151-2/+5
| | |
| * | Don't use global variablesShohei YOSHIDA2026-03-151-1/+1
| |/
* | Merge pull request #1238 from zsh-users/refactor_git_flowShohei YOSHIDA2026-03-161-37/+27
|\ \ | | | | | | Refactor git flow
| * | Use git_flow prefix instead of git for functionsrefactor_git_flowShohei YOSHIDA2026-03-151-25/+23
| | |
| * | Use local variablesShohei YOSHIDA2026-03-151-12/+4
| |/