| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- Add `--keygen` flag to `account add` for automatic ED25519 key
generation - Add `account genpub` command to export public keys - Update
help documentation in both English and Chinese - Extend shell completion
for new commands - Add error handling for OpenSSL operations
|
|
- Add jump command for file version switching
- Add info command for individual file status
- Update shell completion for new commands
|
|
|
|
|
|
The new `jv login` command streamlines the process of setting up a
workspace by combining account selection, vault connection, and initial
sync into a single operation.
- Add completion support for login command - Update help documentation
in both English and Chinese - Add confirmation prompt for login
operation
|
|
|
|
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
|