summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)Author
2025-11-06feat: add display utilities and table component魏曹先生
- Create display module with SimpleTable structure - Add size_str function for file size formatting - Support ANSI escape sequence filtering in display width - Provide table formatting with proper column alignment
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-29Apply clippy suggestion魏曹先生
2025-10-29Add input utility functions for user confirmation魏曹先生
2025-10-27Add socket address helper for domain resolution魏曹先生
2025-10-18feat: add new binary files and utilities魏曹先生
- Add jvref.rs binary - Add build_env_logger.rs utility module
2025-10-14feat: add internationalization support and new command-line tools魏曹先生
- Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies