aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Create fs.rs魏曹先生2025-11-102-0/+66
|
* Add JV_LANG environment variable support and improve CLI structure魏曹先生2025-11-102-14/+28
|
* Rename build_env_logger module to logger and improve path handling魏曹先生2025-11-101-0/+13
|
* feat: add display utilities and table component魏曹先生2025-11-061-0/+136
| | | | | | | - 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
* 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.
* Apply clippy suggestion魏曹先生2025-10-291-6/+4
|
* Add input utility functions for user confirmation魏曹先生2025-10-291-0/+52
|
* Add socket address helper for domain resolution魏曹先生2025-10-271-0/+186
|
* feat: add new binary files and utilities魏曹先生2025-10-181-0/+66
| | | | | - Add jvref.rs binary - Add build_env_logger.rs utility module
* feat: add internationalization support and new command-line tools魏曹先生2025-10-142-0/+34
- 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