| Age | Commit message (Collapse) | Author |
|
Update CLI and completion scripts
|
|
|
|
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.
|
|
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 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
|