aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy modules and unused dependencies魏曹先生2026-03-2111-1423/+0
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-207-52/+38
* Add environment variable documentation for CLI魏曹先生2026-03-191-2/+2
* Add helpdoc module for environment variable handling魏曹先生2026-03-193-7/+17
* Remove async from get_default_editor and get_default_pager魏曹先生2026-03-193-3/+3
* Fix import path in markdown module example魏曹先生2026-03-171-1/+1
* Update helpdoc viewer UI and improve text handling魏曹先生2026-03-123-19/+21
* Add helpdoc system with interactive viewer魏曹先生2026-03-122-1/+1
* Add lang field to command context and reorganize utils modules魏曹先生2026-03-1211-16/+359
* Refactor display utilities魏曹先生2026-03-1218-515/+971
* Add example import to string_vec macro魏曹先生2026-02-281-0/+1
* Add utility functions and macros魏曹先生2026-02-274-3/+42
* Replace string_proc with just_fmt dependency魏曹先生2026-02-253-11/+14
* Add asset and sheet systems with new dependencies魏曹先生2026-02-251-1/+3
* Move vcs module to lib and adjust imports魏曹先生2026-02-052-2/+2
* Extract CLI utilities into a separate crate魏曹先生2026-01-2711-0/+1414