aboutsummaryrefslogtreecommitdiff
path: root/src/utils/input.rs
Commit message (Collapse)AuthorAgeFilesLines
* add: utility functions for table and pager魏曹先生2025-11-201-0/+32
| | | | | - Add insert_item method to SimpleTable for flexible row insertion - Add show_in_pager function for system pager support
* Add input_with_editor function for text editing魏曹先生2025-10-291-0/+53
| | | | | | This function opens the system editor with default text in a cache file, reads back the modified content after editing, and removes comment lines.
* Add input utility functions for user confirmation魏曹先生2025-10-291-0/+52