| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(comps): fix PowerShell completion word index and arg passing | 魏曹先生 | 3 days | 1 | -8/+23 |
| | | | | | | Correct off-by-one word index computation and conditionally pass option values only when non-empty to avoid spurious parsing. | ||||
| * | fix(zsh): guard compdef call with function check | 魏曹先生 | 3 days | 1 | -3/+6 |
| | | | | | | If compdef is not available, fall back to compctl directly without invoking an undefined command. | ||||
| * | chore: remove redundant comments in fish completion script | 魏曹先生 | 6 days | 1 | -8/+0 |
| | | |||||
| * | feat(comps): improve bash completion script word tracking | 魏曹先生 | 8 days | 1 | -12/+31 |
| | | | | | | | | | Rework bash completion script to fix word-index tracking when the cursor is in the middle of a word, compute the current word from COMP_LINE truncated at COMP_POINT, and use space-separated option arguments. Also trim colon prefixes from completion items when COMP_WORDBREAKS includes colons. | ||||
| * | chore: escape colons in zsh completion descriptions | 魏曹先生 | 8 days | 1 | -4/+4 |
| | | | | | | | | Fix zsh completion script to escape colons in completion items and descriptions, preventing parsing issues with `_describe`. Also iterate over the original completions array for simple completions to correctly extract completion items. | ||||
| * | Fix Windows UTF-16 argument handling in PowerShell completion | 魏曹先生 | 2026-04-17 | 1 | -0/+9 |
| | | |||||
| * | Improve PowerShell completion script parsing and output handling | Weicao-CatilGrass | 2026-04-12 | 1 | -56/+91 |
| | | |||||
| * | Use same suggestion format for PowerShell as Zsh | Weicao-CatilGrass | 2026-04-12 | 1 | -16/+22 |
| | | |||||
| * | Add Windows-specific flag detection and improve PowerShell completion | Weicao-CatilGrass | 2026-04-12 | 1 | -29/+57 |
| | | |||||
| * | Fix typo in PowerShell shell flag from "pwsl" to "pwsh" | 魏曹先生 | 2026-04-12 | 1 | -0/+0 |
| | | |||||
| * | Add shell completion script generation feature | 魏曹先生 | 2026-04-11 | 4 | -0/+287 |
