aboutsummaryrefslogtreecommitdiff
path: root/scripts/jv_cli.sh
Commit message (Collapse)AuthorAgeFilesLines
* Replace shell glob expansion with built-in glob in entry scripts魏曹先生2025-12-031-2/+21
| | | | | | - Use `noglob` for Zsh and `set -f` for Bash to disable shell globbing - Wrap PowerShell aliases in functions to prevent glob expansion - Maintain existing alias functionality while fixing globbing issues
* Add auto update feature via JV_AUTO_UPDATE env var魏曹先生2025-11-231-0/+5
| | | | | When enabled, automatically runs `jv update` if vault content has been modified by local operations.
* Rename CLI script and update completion paths魏曹先生2025-11-231-0/+38
- 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