aboutsummaryrefslogtreecommitdiff
path: root/src/utils/env.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment formatting for get_locale function魏曹先生2025-12-151-1/+1
|
* Update help documentation and move command functionality魏曹先生2025-12-151-0/+25
| | | | | | | | | | | | | | - Redesign move command to modify upstream mappings with support for erase operations - Add erased items support to align command and status display - Update help text to reflect new move mapping semantics and add erased item instructions - Add auto-update timeout configuration via JV_OUTDATED_MINUTES environment variable - Improve status display with separate structural and content change modes - Add force flag to hold/throw commands to skip pre-checks - Update completion scripts to include erased items in align command
* Add jvii binary and set default text editor魏曹先生2025-12-081-0/+20
| | | | | | | | - 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"
* Add auto update feature via JV_AUTO_UPDATE env var魏曹先生2025-11-231-0/+21
| | | | | When enabled, automatically runs `jv update` if vault content has been modified by local operations.
* Add JV_LANG environment variable support and improve CLI structure魏曹先生2025-11-101-0/+28