aboutsummaryrefslogtreecommitdiff
path: root/scripts/completion_jv.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move bash completion scripts to dedicated directory魏曹先生2025-11-231-227/+0
|
* Update sheet align command structure and add completion魏曹先生2025-11-221-2/+55
|
* Add account key generation and public key export features魏曹先生2025-11-221-3/+12
| | | | | | | - 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
* feat: add jump and info commands魏曹先生2025-11-201-1/+5
| | | | | | - Add jump command for file version switching - Add info command for individual file status - Update shell completion for new commands
* Make shell completion scripts executable魏曹先生2025-11-171-0/+0
|
* Add completion script headers :)魏曹先生2025-11-171-0/+1
|
* Add login command combining account setup and vault connection魏曹先生2025-11-171-1/+25
| | | | | | | | | | 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: shell scripts魏曹先生2025-11-171-1/+1
| | | | Update CLI and completion scripts
* feat: add shell integration and completion scripts魏曹先生2025-11-061-0/+136
- 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