aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 #1232 from zsh-users/fix-formatShohei YOSHIDA2026-03-1323-1014/+1060
|\ | | | | Fix format issues
| * Fix indentation sizefix-formatShohei YOSHIDA2026-03-139-388/+382
| |
| * Add editor settings to all filesShohei YOSHIDA2026-03-1311-3/+83
| |
| * Use spaces instead of tabsShohei YOSHIDA2026-03-134-623/+595
| |
* | `--build` option should be an optional parameterissue-1214Shohei YOSHIDA2026-03-121-1/+1
|/
* fix fail2ban-client completionai_reviewShohei YOSHIDA2026-03-081-1/+1
| | | | - Add missing option description
* Fix openssl completionShohei YOSHIDA2026-03-081-42/+42
| | | | - fix typo
* Fix textutil completionShohei YOSHIDA2026-03-081-2/+2
| | | | - fix array value expansion
* fix ldattachShohei YOSHIDA2026-03-081-1/+1
| | | | - improve description of 1st argument
* fix fail2ban-client completionShohei YOSHIDA2026-03-081-3/+3
| | | | - fix wrong value completions
* fix concourse completionShohei YOSHIDA2026-03-081-1/+1
| | | | - add missing '='
* fix chromium completionShohei YOSHIDA2026-03-081-1/+1
| | | | - correct exclusive flags
* fix dart completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong value completion
* fix afew completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix typo
* fix fwupdmgr completionShohei YOSHIDA2026-03-081-22/+22
| | | | - fix quoting
* Fix gio completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix quoting
* fix gist completionShohei YOSHIDA2026-03-081-2/+2
| | | | - fix quoting
* Fix glances completionShohei YOSHIDA2026-03-081-1/+1
| | | | - add missing argument description
* Fix gtk-launch completionShohei YOSHIDA2026-03-081-3/+3
| | | | - fix quoting
* Fix inxi completionShohei YOSHIDA2026-03-081-1/+1
| | | | Add missing variable definition
* Fix ldattach completionShohei YOSHIDA2026-03-081-0/+1
| | | | - Add first argument definition
* Fix nvm completionShohei YOSHIDA2026-03-081-2/+2
| | | | - remove needless '='
* Fix openssl completionShohei YOSHIDA2026-03-081-5/+5
| | | | - fix wrong value completions
* Fix openvpn3 completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong variable name
* fix _port completionShohei YOSHIDA2026-03-081-4/+4
| | | | - fix wrong option definitions
* Fix protoc completionShohei YOSHIDA2026-03-081-1/+1
| | | | - add missing '='
* fix qmk completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong short flag name
* Fix rails completionShohei YOSHIDA2026-03-081-2/+2
| | | | - fix wrong variable usage
* Fix rubocop completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong short flag name
* Fix svm completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong function name
* fix textutil completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong variable expantion
* fix tsc completionShohei YOSHIDA2026-03-081-2/+5
| | | | | - set '-C' flag of _arguments - remove duplicated flags
* fix ufw completionShohei YOSHIDA2026-03-081-2/+2
| | | | - fix the case when empty string is passed
* fix uuidd completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix typo
* Fix virtualbox completionShohei YOSHIDA2026-03-081-7/+8
| | | | | - avoid overriding internal variable names - fix wrong switch case labels
* Fix vnstat completionShohei YOSHIDA2026-03-081-1/+1
| | | | - update exclusive flags
* fix yarn completionShohei YOSHIDA2026-03-081-0/+1
| | | | - do not use global variable
* fix fail2ban-clientShohei YOSHIDA2026-03-081-148/+155
| | | | | - fix wrong switch syntax - rename function names according to the convention
* fix dhcpcd completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong short option name
* Fix chromium completionShohei YOSHIDA2026-03-081-134/+142
| | | | - fix wrong _alternative usage
* Fix bitcoin-cli completionShohei YOSHIDA2026-03-081-0/+1
| | | | - fix using global variable issue
* Fix bundle completionShohei YOSHIDA2026-03-081-2/+2
| | | | | - fix wrong option name - fix typo
* Fix conan completionShohei YOSHIDA2026-03-081-0/+2
| | | | - add missing completion
* Fix chcpu completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong short option name
* Fix ecdsautil completionShohei YOSHIDA2026-03-081-8/+15
| | | | - Add missing '\\'
* Fix cppcheck completionShohei YOSHIDA2026-03-081-7/+5
| | | | | - remove duplicated options - fix file name completion
* Fix cf completionShohei YOSHIDA2026-03-081-58/+79
| | | | - fix a lot of broken syntax
* Fix dad completionShohei YOSHIDA2026-03-081-4/+4
| | | | - remove needless colon
* Fix dart completionShohei YOSHIDA2026-03-081-1/+1
| | | | - fix wrong option name