summaryrefslogtreecommitdiff
path: root/scripts/completion_jv.sh
AgeCommit message (Collapse)Author
2025-11-17Make shell completion scripts executable魏曹先生
2025-11-17Add completion script headers :)魏曹先生
2025-11-17Add login command combining account setup and vault connection魏曹先生
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
2025-11-17update: shell scripts魏曹先生
Update CLI and completion scripts
2025-11-06feat: add shell integration and completion scripts魏曹先生
- 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