aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused `dirs` dependency from mingling_core魏曹先生2026-05-162-4/+1
|
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-1612-96/+123
|
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-1513-173/+85
|
* Replace derive-macro Display impl with manual formatting魏曹先生2026-05-151-1/+12
|
* Add option to silence panic messages in stdout settings魏曹先生2026-05-153-0/+25
|
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-154-28/+21
| | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports.
* Add workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-159-1132/+114
|
* Add panic catch for program execution魏曹先生2026-05-157-24/+97
|
* Rename `set_instance_and_run` to `exec_wrapper` and remove doc comments魏曹先生2026-05-151-6/+4
|
* Add `modify` method to `ResourceMarker` trait魏曹先生2026-05-152-2/+26
|
* Add prelude module with common macro and trait re-exports魏曹先生2026-05-151-0/+37
|
* Add scripts for building documentation and update docs魏曹先生2026-05-134-49/+60
|
* Rename test-examples config file and update reference魏曹先生2026-05-132-1/+1
|
* Add example testing to CI pipelineWeicao-CatilGrass2026-05-131-0/+6
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-136-6/+357
|
* Fix exit code override hook to access correct fieldWeicao-CatilGrass2026-05-131-2/+2
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-134-11/+31
|
* Add example doc for exit code usageWeicao-CatilGrass2026-05-131-0/+57
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-1317-220/+242
|
* Remove installation module behind builds featureWeicao-CatilGrass2026-05-132-78/+0
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-1113-13/+274
|
* Capture exit codes from anonymous hook finishes魏曹先生2026-05-092-3/+5
|
* Remove unnecessary closure in exit code control setup魏曹先生2026-05-091-1/+1
|
* Add exit code control and hook lifecycle features魏曹先生2026-05-096-13/+87
|
* Add lifecycle hooks to program execution魏曹先生2026-05-099-30/+507
|
* Add comprehensive test suite for picker parser moduleWeicao-CatilGrass2026-05-093-1/+741
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-0915-192/+455
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-096-6/+7
|
* Replace explicit return with trailing expression魏曹先生2026-05-082-1/+2
| | | | Suppress clippy::ptr_arg lint in match_user_input
* Dispatch arguments using prefix tree with dispatch_tree feature魏曹先生2026-05-082-6/+44
|
* Add error type aliases to ProgramCollect trait魏曹先生2026-05-082-0/+4
|
* Add dispatch tree example and update doc version references魏曹先生2026-05-085-2/+235
|
* Expose compile-time feature flags as public constants魏曹先生2026-05-083-0/+92
|
* Document the dispatch_tree feature for O(n) to O(len) lookup魏曹先生2026-05-072-1/+3
|
* Log node strings in get_nodes for debug builds魏曹先生2026-05-072-6/+24
|
* Make the generated static dispatcher item public魏曹先生2026-05-071-1/+1
|
* Remove `__completion_gen` module wrapping from macro output魏曹先生2026-05-072-20/+13
|
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-075-2/+349
|
* Add dispatch tree feature for fast argument matching魏曹先生2026-05-074-17/+55
|
* Add dispatch_tree feature flag魏曹先生2026-05-073-3/+7
|
* Add cargo-generate project template instructions魏曹先生2026-05-072-0/+16
|
* Fix variable reassignment in handle_greet_entry function魏曹先生2026-05-072-4/+2
|
* Add release dates to changelog entries魏曹先生2026-05-071-8/+8
|
* Add historical changelog entries for versions 0.1.0-0.1.5魏曹先生2026-05-071-0/+113
|
* Add support for resource injection in `#[chain]` macro魏曹先生2026-05-073-32/+184
|
* Add static accessor to gen_program! macro output魏曹先生2026-05-072-0/+23
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-0719-68/+38
|
* Add Windows folder hide script with throttled checkWeicao-CatilGrass2026-05-062-0/+46
|
* Update project icon to pixel art versionWeicao-CatilGrass2026-05-056-4/+4
|
* Add day/night theme switching and GitHub corner to docs魏曹先生2026-05-046-41/+269
|