aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add issues document for common pain pointsWeicao-CatilGrass2026-06-081-0/+87
|
* Filter example directories by prefixWeicao-CatilGrass2026-06-081-0/+4
|
* Align color table columns in doc commentWeicao-CatilGrass2026-06-081-21/+21
|
* Refactor LazyRes to use enum and drop factory after init魏曹先生2026-06-071-72/+113
|
* Add LazyRes for lazy resource initialization魏曹先生2026-06-0713-3/+497
|
* Add installer module and refactor error handling魏曹先生2026-06-072-4/+7
|
* Respect `--no-error` and `--quiet` flags when resolving manifest path魏曹先生2026-06-071-2/+13
|
* Replace show.workspace with show.workspace-dir command魏曹先生2026-06-072-2/+62
|
* Move error handling into its own module and add show.binaries command魏曹先生2026-06-076-40/+114
|
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生2026-06-079-25/+345
|
* Align help text formatting and add PATH placeholder魏曹先生2026-06-071-9/+9
|
* Refactor CLI entry points and move main logic to library魏曹先生2026-06-079-95/+112
|
* Rename cargo style functions and remove unused imports魏曹先生2026-06-073-16/+33
|
* Fix date format padding in version string魏曹先生2026-06-073-8/+17
|
* Remove duplicate shell completion generation魏曹先生2026-06-071-1/+0
|
* Add README for mling CLI tool魏曹先生2026-06-071-0/+3
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-0728-1170/+628
|
* Remove unused import of ProgramPanic魏曹先生2026-06-071-4/+1
|
* Add .name file support for custom sidebar directory display names魏曹先生2026-06-063-2/+20
|
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-0613-27/+252
|
* Add checklist item for `r_println!` in `#[chain]` support魏曹先生2026-06-051-2/+1
|
* Add stdout and user context configuration fields魏曹先生2026-06-052-1/+45
|
* Make `exec_repl` take `mut self` to consume internal state魏曹先生2026-06-051-1/+1
|
* Add verbose and dry_run fields as convention-only options魏曹先生2026-06-052-3/+19
|
* Create .nojekyll file魏曹先生2026-06-051-0/+0
|
* Fix Chinese doc link and rename English link text魏曹先生2026-06-052-2/+2
|
* Fix broken logo link in example-viewer.html魏曹先生2026-06-051-1/+1
|
* Add example pages and sync-examples tool for docs魏曹先生2026-06-0540-1205/+3591
|
* Add English documentation landing page and fix Chinese link魏曹先生2026-06-053-1/+117
|
* Rename index.html to doc.html魏曹先生2026-06-051-0/+0
|
* Exclude all hidden nodes from completion filteringWeicao-CatilGrass2026-06-052-1/+3
|
* Add `unpack_chain_process` to example unit test and docs魏曹先生2026-06-022-2/+6
|
* Translate Chinese comments to English in run-tools.shWeicao-CatilGrass2026-06-011-2/+2
|
* Add extra_macros feature to doc scripts and mingling depsWeicao-CatilGrass2026-06-013-2/+3
|
* Refactor flag argument macros for better performanceWeicao-CatilGrass2026-06-012-29/+26
|
* Switch to workspace-level documentation buildsWeicao-CatilGrass2026-06-013-15/+15
|
* Refactor built-in flags into reusable setup structs魏曹先生2026-06-012-6/+108
|
* Change `ProgramSetup::setup` to consume `self` instead of borrow魏曹先生2026-06-017-14/+13
|
* Expand module-level documentationWeicao-CatilGrass2026-05-311-67/+291
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-3182-400/+651
|
* Update CHANGELOG entries for consistency魏曹先生2026-05-311-2/+2
|
* Bump version to 0.2.0魏曹先生2026-05-3121-138/+62
|
* Switch mingling dependencies to local path references魏曹先生2026-05-312-33/+4
|
* Fix trailing space and partial match bugs in default completion魏曹先生2026-05-312-7/+30
|
* Add unpack_chain_process macro and improve test docs魏曹先生2026-05-312-8/+172
|
* Update CHANGELOG and switch to published crate versions0.1.9魏曹先生2026-05-2922-16/+111
|
* Remove duplicate README and replace with symlink魏曹先生2026-05-292-175/+1
|
* Replace license files with symlinks to root魏曹先生2026-05-298-844/+8
|
* Update roadmap milestones and mark 0.1.9 features as complete魏曹先生2026-05-292-8/+20
|
* Remove stale example-repl-advanced directory and repl_extra feature魏曹先生2026-05-297-135/+0
|