aboutsummaryrefslogtreecommitdiff
path: root/scripts/jv_cli.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Add jvii binary and set default text editor魏曹先生2025-12-081-0/+4
| | | | | | | | - Add jvii as a new binary target in Cargo configuration - Set JV_TEXT_EDITOR environment variable to "nano" in CLI scripts - Implement jvii binary with version command support - Add get_default_editor() utility that checks JV_TEXT_EDITOR, EDITOR, then defaults to "jvii"
* Support windows魏曹先生2025-12-061-2/+1
| | | | | | | - Simplify PowerShell wrapper function parameter handling - Change log filename format to use hyphens instead of colons - Correct Windows drive letter extraction logic to avoid compilation errors
* Replace shell glob expansion with built-in glob in entry scripts魏曹先生2025-12-031-4/+14
| | | | | | - 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.
* Add PowerShell CLI support script for jv tool魏曹先生2025-11-231-0/+37