| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add libjvcli as a dynamic library target | 魏曹先生 | 2026-03-19 | 4 | -8/+8 |
| | | |||||
| * | Remove async from get_default_editor and get_default_pager | 魏曹先生 | 2026-03-19 | 2 | -5/+13 |
| | | |||||
| * | Make sheetedit and sheetdump accept stdin or file argument | 魏曹先生 | 2026-03-19 | 5 | -17/+56 |
| | | |||||
| * | Flush stdout after rendering output | 魏曹先生 | 2026-03-19 | 1 | -1/+6 |
| | | |||||
| * | Add sheet subcommand to workspace help documentation | 魏曹先生 | 2026-03-19 | 1 | -0/+12 |
| | | |||||
| * | Add verbose logging for stdin source and data length | 魏曹先生 | 2026-03-19 | 1 | -0/+8 |
| | | |||||
| * | Add global flags and language constants for completion | 魏曹先生 | 2026-03-19 | 2 | -11/+37 |
| | | |||||
| * | Improve command node completion with prefix matching | 魏曹先生 | 2026-03-19 | 1 | -7/+16 |
| | | |||||
| * | Refactor workspace sheet command to use structured output | 魏曹先生 | 2026-03-19 | 5 | -8/+140 |
| | | |||||
| * | Add workspace sheet command with help and localization | 魏曹先生 | 2026-03-18 | 7 | -19/+224 |
| | | |||||
| * | Add support for reading from stdin and improve error messages | 魏曹先生 | 2026-03-18 | 4 | -7/+69 |
| | | |||||
| * | Translate command macro documentation from Chinese to English | 魏曹先生 | 2026-03-17 | 1 | -8/+9 |
| | | |||||
| * | Handle early command output in prepare phase | 魏曹先生 | 2026-03-17 | 4 | -4/+44 |
| | | |||||
| * | Remove workspace command | 魏曹先生 | 2026-03-15 | 1 | -45/+0 |
| | | |||||
| * | Add build system rerun triggers and refactor command system | 魏曹先生 | 2026-03-15 | 11 | -95/+72 |
| | | |||||
| * | Fixed command completion for empty and partial inputs | 魏曹先生 | 2026-03-15 | 1 | -18/+63 |
| | | |||||
| * | Add completion script documentation to command READMEs | 魏曹先生 | 2026-03-15 | 2 | -2/+82 |
| | | |||||
| * | Add completions system for shell autocompletion | 魏曹先生 | 2026-03-15 | 7 | -31/+266 |
| | | |||||
| * | Add shell completions for new jvn CLI | 魏曹先生 | 2026-03-14 | 1 | -0/+54 |
| | | |||||
| * | Add version command with banner and compile info display | 魏曹先生 | 2026-03-14 | 8 | -0/+201 |
| | | |||||
| * | Add converter module and update documentation | 魏曹先生 | 2026-03-14 | 6 | -3/+546 |
| | | |||||
| * | Add workspace commands and supporting types | 魏曹先生 | 2026-03-14 | 6 | -0/+193 |
| | | |||||
| * | Add helpdoc list command | 魏曹先生 | 2026-03-12 | 8 | -6/+80 |
| | | |||||
| * | Update helpdoc viewer UI and improve text handling | 魏曹先生 | 2026-03-12 | 1 | -34/+62 |
| | | | | | | | | | | - 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-12 | 12 | -23/+753 |
| | | |||||
| * | Add lang field to command context and reorganize utils modules | 魏曹先生 | 2026-03-12 | 3 | -3/+4 |
| | | |||||
| * | Refactor display utilities | 魏曹先生 | 2026-03-12 | 11 | -256/+20 |
| | | |||||
| * | Add progress bar support | 魏曹先生 | 2026-02-28 | 2 | -6/+57 |
| | | |||||
| * | Add ASCII art and deprecation notice to legacy binaries | 魏曹先生 | 2026-02-27 | 2 | -0/+46 |
| | | |||||
| * | Add storage build and write commands | 魏曹先生 | 2026-02-27 | 5 | -0/+236 |
| | | |||||
| * | Add sheetedit command for editing sheet files | 魏曹先生 | 2026-02-27 | 3 | -0/+139 |
| | | |||||
| * | Add none output and renderer | 魏曹先生 | 2026-02-27 | 2 | -0/+13 |
| | | |||||
| * | Avoid printing empty render result | 魏曹先生 | 2026-02-27 | 2 | -2/+14 |
| | | |||||
| * | Add pretty output option to sheetdump command | 魏曹先生 | 2026-02-27 | 5 | -9/+123 |
| | | |||||
| * | Remove unused i18n macro declarations | 魏曹先生 | 2026-02-27 | 4 | -8/+7 |
| | | |||||
| * | Remove status command and workspace reader | 魏曹先生 | 2026-02-26 | 8 | -888/+0 |
| | | |||||
| * | Add verbose logging support with env_logger | 魏曹先生 | 2026-02-26 | 9 | -81/+299 |
| | | |||||
| * | Change cmd_output! macro to take type before value | 魏曹先生 | 2026-02-26 | 4 | -8/+9 |
| | | |||||
| * | Replace string type identifiers with TypeId for command output matching | 魏曹先生 | 2026-02-26 | 6 | -17/+44 |
| | | |||||
| * | Add RON, TOML, and YAML renderers for override command | 魏曹先生 | 2026-02-25 | 4 | -0/+69 |
| | | |||||
| * | Add hexdump and sheetdump commands | 魏曹先生 | 2026-02-25 | 15 | -4/+186 |
| | | |||||
| * | Remove ambiguous command error and auto-select longest match | 魏曹先生 | 2026-02-25 | 4 | -22/+10 |
| | | |||||
| * | Replace string_proc with just_fmt dependency | 魏曹先生 | 2026-02-25 | 2 | -25/+16 |
| | | |||||
| * | Move vcs module to lib and adjust imports | 魏曹先生 | 2026-02-05 | 15 | -35/+38 |
| | | |||||
| * | Refactor build system and implement complete renderer system | 魏曹先生 | 2026-02-04 | 18 | -254/+456 |
| | | | | | | | | | | - 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 | ||||
| * | Reorganize command modules under a unified cmds directory | 魏曹先生 | 2026-01-27 | 10 | -17/+14 |
| | | |||||
| * | Extract CLI utilities into a separate crate | 魏曹先生 | 2026-01-27 | 19 | -1424/+29 |
| | | |||||
| * | Remove short options for --lang and --renderer flags | 魏曹先生 | 2026-01-24 | 1 | -6/+2 |
| | | |||||
| * | Add command aliases, error handling improvements, and flag aliases | 魏曹先生 | 2026-01-24 | 4 | -25/+199 |
| | | | | | | | | | | - Add aliases for status command: sign, sheet, sheet.add, drop, drop.cat - Improve error handling with detailed localized messages for prepare, execute, and render phases - Add flag aliases: -L for --lang and -R for --renderer - Implement similar command suggestions using Levenshtein distance - Fix command matching logic to avoid ambiguous prefix issues | ||||
| * | Rename arguments module to args and update auto-collect config | 魏曹先生 | 2026-01-24 | 3 | -2/+2 |
| | | |||||
