summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
8 daysRemove legacy modules and unused dependencies魏曹先生
9 daysRefactor code to use modern Rust idioms and fix clippy lints魏曹先生
10 daysAdd environment variable documentation for CLI魏曹先生
10 daysAdd helpdoc module for environment variable handling魏曹先生
10 daysRemove async from get_default_editor and get_default_pager魏曹先生
12 daysFix import path in markdown module example魏曹先生
2026-03-12Update helpdoc viewer UI and improve text handling魏曹先生
- 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
2026-03-12Add helpdoc system with interactive viewer魏曹先生
2026-03-12Add lang field to command context and reorganize utils modules魏曹先生
2026-03-12Refactor display utilities魏曹先生
2026-02-28Add example import to string_vec macro魏曹先生
2026-02-27Add utility functions and macros魏曹先生
- Add `current_tempfile_path` function to get temporary file paths - Add `input_with_editor_custom` function that accepts custom editor - Add `string_vec!` macro for creating `Vec<String>` from literals
2026-02-25Replace string_proc with just_fmt dependency魏曹先生
2026-02-25Add asset and sheet systems with new dependencies魏曹先生
2026-02-05Move vcs module to lib and adjust imports魏曹先生
2026-01-27Extract CLI utilities into a separate crate魏曹先生