aboutsummaryrefslogtreecommitdiff
path: root/utils/src/display
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-201-19/+13
|
* Remove async from get_default_editor and get_default_pager魏曹先生2026-03-191-1/+1
|
* Fix import path in markdown module example魏曹先生2026-03-171-1/+1
|
* Update helpdoc viewer UI and improve text handling魏曹先生2026-03-122-19/+20
| | | | | | | | | - Add title localization for helpdoc viewer - Implement ANSI-aware string truncation for proper display - Improve focus indication with color highlighting - Move display_width utility to shared module - Update welcome and command helpdoc formatting - Bump copyright year to 2026
* Add helpdoc system with interactive viewer魏曹先生2026-03-121-0/+0
|
* Add lang field to command context and reorganize utils modules魏曹先生2026-03-122-16/+171
|
* Refactor display utilities魏曹先生2026-03-122-0/+418