summaryrefslogtreecommitdiff
path: root/src/utils/input.rs
AgeCommit message (Collapse)Author
2025-11-20add: utility functions for table and pager魏曹先生
- Add insert_item method to SimpleTable for flexible row insertion - Add show_in_pager function for system pager support
2025-10-29Add input_with_editor function for text editing魏曹先生
This function opens the system editor with default text in a cache file, reads back the modified content after editing, and removes comment lines.
2025-10-29Add input utility functions for user confirmation魏曹先生