summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-08Add basic text editor implementation to jvii魏曹先生
2025-12-08Add jvii binary and set default text editor魏曹先生
2025-12-08Skip empty descriptions in update editor魏曹先生
2025-12-08Replace Cargo alias with standalone export script魏曹先生
2025-12-08Add --overwrite flag to track command and show skipped files魏曹先生
2025-12-06Support windows魏曹先生
2025-12-04Add description column to `jv here --desc` output魏曹先生
2025-12-04Update utils.rs魏曹先生
2025-12-03Change `jv track`, `hold`, `throw` to accept glob patterns魏曹先生
2025-12-03Replace shell glob expansion with built-in glob in entry scripts魏曹先生
2025-12-03Remove unused localization entries魏曹先生
2025-12-03Fix globber matching issues due to base_dir differences魏曹先生
2025-12-02Refactor debug glob into reusable function魏曹先生
2025-12-02Remove local file existence check from change edit right魏曹先生
2025-12-02Add debug glob command for testing file matching魏曹先生
2025-12-01Add --show-log flag and refactor vault setup魏曹先生
2025-12-01Replace HashMap/HashSet with BTreeMap/BTreeSet for deterministic output魏曹先生
2025-12-01Add remote file display to jv here command魏曹先生
2025-12-01Add remote mapping display for `jv here`魏曹先生
2025-12-01add: comments of Completion Helpers魏曹先生
2025-12-01Update docs command to use config directory instead of doc directory魏曹先生
2025-12-01Add green color to holder and editing status indicators魏曹先生
2025-12-01Add completion helpers for workspace info魏曹先生
2025-12-01Update jv.rs魏曹先生
2025-12-01Add glob pattern matching utility魏曹先生
2025-11-28Refactor: Extract validation failure handling to reduce code duplication魏曹先生
2025-11-26Ensure correct current directory before jv_update and jv_throw魏曹先生
2025-11-26Add yellow color to permission check failure details魏曹先生
2025-11-26Preserve working directory during auto update魏曹先生
2025-11-26Add hold and throw commands for file edit rights魏曹先生
2025-11-26Update path info timestamp wording魏曹先生
2025-11-25Update imports for renamed track_action module (VersionControl: b629bcb)魏曹先生
2025-11-24Add silent mode to `jv_update` command魏曹先生
2025-11-23Add auto update feature via JV_AUTO_UPDATE env var魏曹先生
2025-11-23Fix type annotation in file tracking collection魏曹先生
2025-11-23Fix jv sheet align command syntax in Chinese documentation魏曹先生
2025-11-23Fix CLI installation path after cargo export rename魏曹先生
2025-11-23Reorganize script files into completion-specific directories魏曹先生
2025-11-23Fix indentation of file not found warning魏曹先生
2025-11-23Add PowerShell support for completions and entry scripts魏曹先生
2025-11-23Reorganize PowerShell completion scripts魏曹先生
2025-11-23Move bash completion scripts to dedicated directory魏曹先生
2025-11-23Add PowerShell CLI support script for jv tool魏曹先生
2025-11-23Rename CLI script and update completion paths魏曹先生
2025-11-23Rename PowerShell completion script to match naming convention魏曹先生
2025-11-22add: Completion script for WindowsWeicao-CatilGrass
2025-11-22fix: Use `current_dir` instead of `current_doc_dir`Weicao-CatilGrass
2025-11-22Update help documentation formatting and messages魏曹先生
2025-11-22Prevent duplicate sheet creation for shared sheets魏曹先生
2025-11-22Remove todo list file after update operation魏曹先生