aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tmpls
Commit message (Collapse)AuthorAgeFilesLines
* feat(comps): improve bash completion script word tracking魏曹先生20 hours1-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魏曹先生21 hours1-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-171-0/+9
|
* Improve PowerShell completion script parsing and output handlingWeicao-CatilGrass2026-04-121-56/+91
|
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass2026-04-121-16/+22
|
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass2026-04-121-29/+57
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-121-0/+0
|
* Add shell completion script generation feature魏曹先生2026-04-114-0/+287