aboutsummaryrefslogtreecommitdiff
path: root/scripts/cli.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename CLI script and update completion paths魏曹先生2025-11-231-40/+0
| | | | | | - Rename cli.sh to jv_cli.sh for better naming consistency - Update completion script paths to point to new completions/bash directory - Change 'jj' alias to 'jvh' for clearer naming
* update: shell scripts魏曹先生2025-11-171-0/+1
| | | | Update CLI and completion scripts
* Fix JV_LANG export syntax in CLI script魏曹先生2025-11-101-1/+1
|
* Add JV_LANG environment variable support and improve CLI structure魏曹先生2025-11-101-4/+21
|
* feat: add shell integration and completion scripts魏曹先生2025-11-061-0/+22
- Add cli.sh for aliases and completion loading - Create completion_jv.sh for jv command bash completion - Create completion_jvv.sh for jvv command bash completion - Support dynamic completion using --raw output from commands