aboutsummaryrefslogtreecommitdiff
path: root/src/utils/input.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add jvii binary and set default text editor魏曹先生2025-12-081-1/+3
| | | | | | | | - Add jvii as a new binary target in Cargo configuration - Set JV_TEXT_EDITOR environment variable to "nano" in CLI scripts - Implement jvii binary with version command support - Add get_default_editor() utility that checks JV_TEXT_EDITOR, EDITOR, then defaults to "jvii"
* 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