index
:
mingling.git
main
The Rust CLI Framework
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Cargo.lock for published mingling crates
0.1.5
魏曹先生
5 hours
6
-4
/
+28
*
Update mingling_macros to version 0.1.4
魏曹先生
5 hours
5
-6
/
+6
*
Add architecture diagram to README
魏曹先生
5 hours
3
-0
/
+230
*
Add comments to example completion function
魏曹先生
5 hours
2
-0
/
+12
*
Change code blocks in examples from rust to ignore
魏曹先生
6 hours
3
-12
/
+12
*
Add ShellContext helper methods for completion logic
魏曹先生
6 hours
7
-18
/
+336
*
Filter out __comp node and improve debug logging in completion helper
魏曹先生
7 hours
1
-11
/
+16
*
Update documentation for features and examples
魏曹先生
8 hours
1
-2
/
+7
*
Fix example doc comment indentation and header trimming
魏曹先生
8 hours
2
-118
/
+118
*
Add dev tools to generate example documentation
魏曹先生
8 hours
9
-158
/
+608
*
Update project name and add shadow icon
魏曹先生
10 hours
2
-1
/
+1
*
Add project branding and update README structure
魏曹先生
10 hours
6
-8
/
+196
*
Add example projects section to README
魏曹先生
11 hours
1
-0
/
+7
*
Mark completion feature as implemented in roadmap
魏曹先生
11 hours
1
-1
/
+1
*
Remove workspace Cargo.lock and add per-example lockfiles
魏曹先生
11 hours
12
-761
/
+1057
*
Apply clippy suggestions and remove unused serde dependency
魏曹先生
12 hours
8
-28
/
+25
*
Rename boolean enums and simplify pick_bool function
魏曹先生
12 hours
1
-44
/
+33
*
Remove serde dependency from example projects
魏曹先生
12 hours
3
-3
/
+0
*
Add example-completion and update workspace dependencies
魏曹先生
12 hours
7
-4
/
+139
*
Add debug feature flag to trace_ctx function
魏曹先生
12 hours
1
-0
/
+1
*
Implement basic command completion with shell support
魏曹先生
12 hours
5
-23
/
+254
*
Add debug logging feature with env_logger integration
魏曹先生
12 hours
5
-1
/
+292
*
Add shell completion script generation feature
魏曹先生
14 hours
12
-26
/
+438
*
Add completion system with shell context and dispatcher integration
魏曹先生
31 hours
7
-122
/
+160
*
Add completion macro infrastructure without logic
魏曹先生
38 hours
8
-106
/
+175
*
Update roadmap and documentation links
魏曹先生
3 days
1
-4
/
+6
*
Switch from published mingling crate to local workspace dependency
魏曹先生
3 days
8
-69
/
+28
*
Rename DefaultProgram to ThisProgram and remove ThisProgram marker
魏曹先生
3 days
9
-37
/
+32
*
Add basic completion module with shell integration
魏曹先生
3 days
13
-2
/
+678
*
Implement mingling::this function
魏曹先生
3 days
5
-45
/
+115
*
Remove unused input module
魏曹先生
5 days
1
-2
/
+0
*
Add YesOrNo and TrueOrFalse pickable boolean types
魏曹先生
5 days
3
-0
/
+145
*
Add Debug and Clone traits to Flag struct
魏曹先生
5 days
1
-0
/
+1
*
Bump version to 0.1.5 and use local dependencies
魏曹先生
5 days
3
-19
/
+19
*
Add example output to general renderer doc comment
魏曹先生
5 days
1
-0
/
+8
*
Add workspace configuration and examples
魏曹先生
5 days
10
-0
/
+813
*
Remove check_all.sh script
魏曹先生
5 days
1
-19
/
+0
*
Replace length checks with `is_empty` and `?` operator
魏曹先生
5 days
2
-12
/
+8
*
Update mingling_core and mingling_macros to version 0.1.3
魏曹先生
6 days
3
-2
/
+10
*
Add check_all script and simplify attribute parsing
魏曹先生
6 days
2
-8
/
+25
*
Add CLI program for managing dispatchers
魏曹先生
6 days
5
-0
/
+399
*
Remove unused InputField struct
魏曹先生
6 days
1
-1
/
+0
*
Add Groupped derive macro for automatic trait implementation
魏曹先生
6 days
3
-0
/
+86
*
Add documentation for basic usage and parser feature
魏曹先生
6 days
3
-0
/
+313
*
Replace unsafe unwrap with unwrap_unchecked in renderer macro
魏曹先生
6 days
1
-1
/
+3
*
Mark general renderers as completed in roadmap
魏曹先生
6 days
1
-1
/
+1
*
Add general renderer support with serialization formats
魏曹先生
6 days
28
-29
/
+960
*
Add `after` method to picker structs for post-processing
魏曹先生
7 days
1
-13
/
+26
*
Add error routing to Picker with generic route type
魏曹先生
7 days
1
-14
/
+178
*
Handle empty flag in special_arguments macro
魏曹先生
8 days
2
-3
/
+24
[next]