aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add libjvcli as a dynamic library target魏曹先生2026-03-196-8/+16
* Fix typo in sheet command alias from --n to -n魏曹先生2026-03-192-2/+2
* Add environment variable documentation for CLI魏曹先生2026-03-193-2/+94
* Add helpdoc module for environment variable handling魏曹先生2026-03-193-7/+17
* Remove async from get_default_editor and get_default_pager魏曹先生2026-03-195-8/+16
* Make sheetedit and sheetdump accept stdin or file argument魏曹先生2026-03-197-17/+66
* Flush stdout after rendering output魏曹先生2026-03-191-1/+6
* Add sheet subcommand to workspace help documentation魏曹先生2026-03-193-4/+30
* Add verbose logging for stdin source and data length魏曹先生2026-03-193-0/+14
* Add global flags and language constants for completion魏曹先生2026-03-192-11/+37
* Improve command node completion with prefix matching魏曹先生2026-03-191-7/+16
* Refactor workspace sheet command to use structured output魏曹先生2026-03-195-8/+140
* Add workspace sheet command with help and localization魏曹先生2026-03-1815-19/+300
* Add support for reading from stdin and improve error messages魏曹先生2026-03-188-16/+102
* Translate command macro documentation from Chinese to English魏曹先生2026-03-171-8/+9
* Handle early command output in prepare phase魏曹先生2026-03-174-4/+44
* Fix import path in markdown module example魏曹先生2026-03-171-1/+1
* Update regex patterns for cmd_output macros魏曹先生2026-03-172-3/+6
* Extract build-time generation code into separate crate魏曹先生2026-03-1716-33/+78
* Remove workspace command魏曹先生2026-03-151-45/+0
* Add build system rerun triggers and refactor command system魏曹先生2026-03-1513-95/+82
* Fixed command completion for empty and partial inputs魏曹先生2026-03-151-18/+63
* Add completion script documentation to command READMEs魏曹先生2026-03-152-2/+82
* Add completions system for shell autocompletion魏曹先生2026-03-1520-51/+487
* 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 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
* 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