aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* update: shell scripts魏曹先生2025-11-172-1/+2
| | | | Update CLI and completion scripts
* Fix JV_LANG export syntax in CLI script魏曹先生2025-11-101-1/+1
|
* Improve installation script to handle existing repositories魏曹先生2025-11-101-4/+22
| | | | | | | The script now checks if repositories already exist and pulls latest changes instead of attempting to clone again. This prevents errors when re-running the installation script and ensures users always get the latest code.
* Add installation script for JustEnoughVCS魏曹先生2025-11-101-0/+70
| | | | | | | | | This script automates the setup process by: - Checking for required tools (cargo and git) - Cloning the necessary repositories - Building the CLI with cargo - Configuring the user's shell to include the CLI in PATH The script provides interactive shell selection for Zsh, Bash, and Fish.
* Add JV_LANG environment variable support and improve CLI structure魏曹先生2025-11-101-4/+21
|
* feat: add shell integration and completion scripts魏曹先生2025-11-063-0/+235
- 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