aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add shell completions for new jvn CLI魏曹先生2026-03-1417-30/+355
|
* Add version command with banner and compile info display魏曹先生2026-03-1418-0/+309
|
* Add converter module and update documentation魏曹先生2026-03-1427-40/+693
|
* Add workspace commands and supporting types魏曹先生2026-03-146-0/+193
|
* Fix typo in Chinese help document魏曹先生2026-03-121-1/+1
|
* Add helpdoc list command魏曹先生2026-03-128-6/+80
|
* Update welcome documentation for global flags and commands魏曹先生2026-03-125-10/+98
|
* Update helpdoc viewer UI and improve text handling魏曹先生2026-03-1215-68/+88
| | | | | | | | | - Add title localization for helpdoc viewer - Implement ANSI-aware string truncation for proper display - Improve focus indication with color highlighting - Move display_width utility to shared module - Update welcome and command helpdoc formatting - Bump copyright year to 2026
* Add helpdoc system with interactive viewer魏曹先生2026-03-1230-56/+1071
|
* Add lang field to command context and reorganize utils modules魏曹先生2026-03-1214-19/+363
|
* Refactor display utilities魏曹先生2026-03-1234-985/+1187
|
* Add graceful fallback when jv command is unavailable魏曹先生2026-03-011-4/+11
|
* Add progress bar support魏曹先生2026-02-286-6/+70
|
* Add example import to string_vec macro魏曹先生2026-02-281-0/+1
|
* Replace manual template processing with just_template library魏曹先生2026-02-2815-268/+206
|
* Add ASCII art and deprecation notice to legacy binaries魏曹先生2026-02-273-0/+46
|
* Add storage build and write commands魏曹先生2026-02-279-0/+260
|
* Add sheetedit command for editing sheet files魏曹先生2026-02-275-0/+182
|
* Add none output and renderer魏曹先生2026-02-272-0/+13
|
* Add hex crate as a dependency to storage_system魏曹先生2026-02-271-0/+14
|
* Avoid printing empty render result魏曹先生2026-02-272-2/+14
|
* Add pretty output option to sheetdump command魏曹先生2026-02-275-9/+123
|
* Remove unused i18n macro declarations魏曹先生2026-02-274-8/+7
|
* Add utility functions and macros魏曹先生2026-02-274-3/+42
| | | | | | - Add `current_tempfile_path` function to get temporary file paths - Add `input_with_editor_custom` function that accepts custom editor - Add `string_vec!` macro for creating `Vec<String>` from literals
* Remove English and Chinese locale files for status command魏曹先生2026-02-272-118/+0
|
* Remove status command and workspace reader魏曹先生2026-02-268-888/+0
|
* Add verbose logging support with env_logger魏曹先生2026-02-2614-89/+791
|
* Change cmd_output! macro to take type before value魏曹先生2026-02-265-9/+10
|
* Replace string type identifiers with TypeId for command output matching魏曹先生2026-02-2610-31/+62
|
* Remove string_proc dependency and replace with just_fmt魏曹先生2026-02-251-11/+3
|
* Add RON, TOML, and YAML renderers for override command魏曹先生2026-02-257-0/+90
|
* Make deployment scripts executable魏曹先生2026-02-256-1/+1
|
* Add hexdump and sheetdump commands魏曹先生2026-02-2515-4/+186
|
* Remove ambiguous command error and auto-select longest match魏曹先生2026-02-258-31/+12
|
* Replace string_proc with just_fmt dependency魏曹先生2026-02-258-41/+38
|
* Replace string_proc with just_fmt and add hex_display dependency魏曹先生2026-02-252-5/+12
|
* Add asset and sheet systems with new dependencies魏曹先生2026-02-252-21/+345
|
* Ignore todo text files魏曹先生2026-02-051-0/+3
|
* Move vcs module to lib and adjust imports魏曹先生2026-02-0517-37/+40
|
* Update PR target branch from deploy/nightly to dev魏曹先生2026-02-042-2/+2
| | | | | The target branch for pull requests has been changed from `deploy/nightly` to `dev` in both English and Chinese documentation.
* Update PR target branch from github_action/deploy to deploy/nightly魏曹先生2026-02-042-2/+2
|
* Refactor build system and implement complete renderer system魏曹先生2026-02-0447-842/+2276
| | | | | | | | | - Split monolithic build.rs into modular async generators - Add renderer override system with type-safe dispatch - Implement command template macro for consistent command definitions - Add proc-macro crates for command and renderer systems - Reorganize directory structure for better separation of concerns - Update documentation to reflect new architecture
* Update GitHub Actions to use deploy/nightly branches魏曹先生2026-01-271-6/+6
|
* Reorganize command modules under a unified cmds directory魏曹先生2026-01-2713-33/+30
|
* Extract CLI utilities into a separate crate魏曹先生2026-01-2722-48/+75
|
* Change deploy workflow trigger branch to deploy/nightly魏曹先生2026-01-271-2/+2
|
* Fix typo in template file魏曹先生2026-01-241-3/+3
| | | | | Change JVStatusRenderer to JVUnknownRenderer for consistency with other JVUnknown* types in the template
* Rename contribution files to standard CONTRIBUTING naming魏曹先生2026-01-242-0/+0
|
* Add contribution guide for developers魏曹先生2026-01-242-0/+281
|
* Add GitHub Actions workflow for cross-platform deployment魏曹先生2026-01-242-1/+252
|