aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add [GLOBAL] prefix to global flag descriptions in English and Chinesedeploy/nightly魏曹先生11 days3-19/+19
|
* Add shell completion system with descriptions and i18n support魏曹先生11 days30-129/+738
|
* Add shell flag to completion scripts and rename output files魏曹先生12 days17-49/+119
| | | | | | | | | | | - Add -F flag to all completion scripts to specify shell type - Rename completion output files to generic names (comp.sh, comp.zsh, etc.) - Add help text for jvn_comp program - Combine specific and default completion results - Add completion handlers for sheetdump, sheetedit, and version commands - Remove word count limits from workspace_alias and workspace_sheet completions
* Split Unix completion script entry into separate bash/zsh/fish versions魏曹先生12 days10-99/+182
|
* Update dependencies and fix helpdoc viewer key handlingWeicao-CatilGrass2026-03-232-40/+38
|
* Update dependencies to include serde and thiserror魏曹先生2026-03-221-0/+2
|
* Handle missing file by returning empty sheet data魏曹先生2026-03-221-3/+7
|
* Keep compile_info.rs in git and reorder deploy checks魏曹先生2026-03-214-33/+57
| | | | | | | | Remove compile_info.rs from .gitignore to keep it in version control, preventing test failures when the template hasn't been processed yet. Also reorder deployment script checks to verify git status before running tests, ensuring a clean state before testing begins.
* Remove legacy modules and unused dependencies魏曹先生2026-03-2117-1724/+86
|
* Add welcome message for empty input魏曹先生2026-03-213-8/+25
|
* Add trace logging to command flag macros魏曹先生2026-03-211-0/+2
|
* Remove legacy localization files for English and Chinese魏曹先生2026-03-212-2615/+0
|
* Update Windows post-install script to use new filenames魏曹先生2026-03-211-2/+2
|
* Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 environment variable魏曹先生2026-03-211-0/+1
|
* Remove legacy JSON output modules魏曹先生2026-03-2010-173/+4
|
* Remove legacy jv and jvv binaries and related filesjvn_0.1.1魏曹先生2026-03-2020-8151/+11
|
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-2036-368/+314
|
* Run jvn after successful export in deploy scripts魏曹先生2026-03-204-0/+17
|
* sync helpdoc and comp for workspace_alias query flag change魏曹先生2026-03-203-3/+3
|
* change query flag from `-q` to `-Q` to avoid conflict with global魏曹先生2026-03-201-1/+1
| | | | `--quiet` flag
* Add windows path support in helpdoc_system_macros魏曹先生2026-03-204-1/+7
|
* Add workspace alias command for ID mapping management魏曹先生2026-03-1910-0/+242
|
* Add short and long option flags to workspace sheet completion魏曹先生2026-03-191-5/+10
|
* 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
|