index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add README code block testing to CI pipeline
Weicao-CatilGrass
2026-06-10
5
-35
/
+1136
*
Add unit and integration tests for mingling_core
Weicao-CatilGrass
2026-06-09
41
-0
/
+4410
*
Add `-y` flag to skip the temp commit prompt
Weicao-CatilGrass
2026-06-09
2
-9
/
+17
*
Add COMPLETION_SUBCOMMAND and is_completing method
Weicao-CatilGrass
2026-06-09
4
-6
/
+38
*
Add get_args method to Program
Weicao-CatilGrass
2026-06-09
2
-0
/
+8
*
Remove misleading SAFETY comment in LazyRes force_init
Weicao-CatilGrass
2026-06-09
1
-2
/
+2
*
Add full-todolist example project
Weicao-CatilGrass
2026-06-09
10
-3
/
+550
*
Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` type
Weicao-CatilGrass
2026-06-09
5
-23
/
+112
*
Add on-drop callback support to `LazyRes`
Weicao-CatilGrass
2026-06-08
1
-20
/
+145
*
Add issues document for common pain points
Weicao-CatilGrass
2026-06-08
1
-0
/
+87
*
Filter example directories by prefix
Weicao-CatilGrass
2026-06-08
1
-0
/
+4
*
Align color table columns in doc comment
Weicao-CatilGrass
2026-06-08
1
-21
/
+21
*
Refactor LazyRes to use enum and drop factory after init
魏曹先生
2026-06-07
1
-72
/
+113
*
Add LazyRes for lazy resource initialization
魏曹先生
2026-06-07
13
-3
/
+497
*
Add installer module and refactor error handling
魏曹先生
2026-06-07
2
-4
/
+7
*
Respect `--no-error` and `--quiet` flags when resolving manifest path
魏曹先生
2026-06-07
1
-2
/
+13
*
Replace show.workspace with show.workspace-dir command
魏曹先生
2026-06-07
2
-2
/
+62
*
Move error handling into its own module and add show.binaries command
魏曹先生
2026-06-07
6
-40
/
+114
*
Add hformat_cargo, hprintln_cargo macros and help rendering
魏曹先生
2026-06-07
9
-25
/
+345
*
Align help text formatting and add PATH placeholder
魏曹先生
2026-06-07
1
-9
/
+9
*
Refactor CLI entry points and move main logic to library
魏曹先生
2026-06-07
9
-95
/
+112
*
Rename cargo style functions and remove unused imports
魏曹先生
2026-06-07
3
-16
/
+33
*
Fix date format padding in version string
魏曹先生
2026-06-07
3
-8
/
+17
*
Remove duplicate shell completion generation
魏曹先生
2026-06-07
1
-1
/
+0
*
Add README for mling CLI tool
魏曹先生
2026-06-07
1
-0
/
+3
*
Refactor mling to use new program architecture and install scripts
魏曹先生
2026-06-07
28
-1170
/
+628
*
Remove unused import of ProgramPanic
魏曹先生
2026-06-07
1
-4
/
+1
*
Add .name file support for custom sidebar directory display names
魏曹先生
2026-06-06
3
-2
/
+20
*
Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`
魏曹先生
2026-06-06
13
-27
/
+252
*
Add checklist item for `r_println!` in `#[chain]` support
魏曹先生
2026-06-05
1
-2
/
+1
*
Add stdout and user context configuration fields
魏曹先生
2026-06-05
2
-1
/
+45
*
Make `exec_repl` take `mut self` to consume internal state
魏曹先生
2026-06-05
1
-1
/
+1
*
Add verbose and dry_run fields as convention-only options
魏曹先生
2026-06-05
2
-3
/
+19
*
Create .nojekyll file
魏曹先生
2026-06-05
1
-0
/
+0
*
Fix Chinese doc link and rename English link text
魏曹先生
2026-06-05
2
-2
/
+2
*
Fix broken logo link in example-viewer.html
魏曹先生
2026-06-05
1
-1
/
+1
*
Add example pages and sync-examples tool for docs
魏曹先生
2026-06-05
40
-1205
/
+3591
*
Add English documentation landing page and fix Chinese link
魏曹先生
2026-06-05
3
-1
/
+117
*
Rename index.html to doc.html
魏曹先生
2026-06-05
1
-0
/
+0
*
Exclude all hidden nodes from completion filtering
Weicao-CatilGrass
2026-06-05
2
-1
/
+3
*
Add `unpack_chain_process` to example unit test and docs
魏曹先生
2026-06-02
2
-2
/
+6
*
Translate Chinese comments to English in run-tools.sh
Weicao-CatilGrass
2026-06-01
1
-2
/
+2
*
Add extra_macros feature to doc scripts and mingling deps
Weicao-CatilGrass
2026-06-01
3
-2
/
+3
*
Refactor flag argument macros for better performance
Weicao-CatilGrass
2026-06-01
2
-29
/
+26
*
Switch to workspace-level documentation builds
Weicao-CatilGrass
2026-06-01
3
-15
/
+15
*
Refactor built-in flags into reusable setup structs
魏曹先生
2026-06-01
2
-6
/
+108
*
Change `ProgramSetup::setup` to consume `self` instead of borrow
魏曹先生
2026-06-01
7
-14
/
+13
*
Expand module-level documentation
Weicao-CatilGrass
2026-05-31
1
-67
/
+291
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
82
-400
/
+651
*
Update CHANGELOG entries for consistency
魏曹先生
2026-05-31
1
-2
/
+2
[next]