aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tmpls/comps/bash.sh
Commit message (Collapse)AuthorAgeFilesLines
* feat(comps): improve bash completion script word tracking魏曹先生25 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.
* Add shell completion script generation feature魏曹先生2026-04-111-0/+48