aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Add renderer system and implement status command魏曹先生2026-01-221-0/+256
* Sync to VersionControl(commit:bac88ab)魏曹先生2026-01-121-1/+1
* Add share command with subcommands and completion supportMVP魏曹先生2026-01-051-1/+120
* Escape special characters in markdown formatting魏曹先生2025-12-171-0/+18
* Add color formatting support to help documentation魏曹先生2025-12-171-14/+177
* Fix comment formatting for get_locale function魏曹先生2025-12-151-1/+1
* Update help documentation and move command functionality魏曹先生2025-12-151-0/+25
* Add jvii binary and set default text editor魏曹先生2025-12-082-1/+23
* Support windows魏曹先生2025-12-061-11/+7
* Add description column to `jv here --desc` output魏曹先生2025-12-041-1/+1
* Update utils.rs魏曹先生2025-12-041-0/+30
* Fix globber matching issues due to base_dir differences魏曹先生2025-12-031-11/+28
* Add debug glob command for testing file matching魏曹先生2025-12-021-0/+24
* Add --show-log flag and refactor vault setup魏曹先生2025-12-011-4/+12
* Add glob pattern matching utility魏曹先生2025-12-011-0/+239
* Add auto update feature via JV_AUTO_UPDATE env var魏曹先生2025-11-231-0/+21
* Move quick sort utility to data_struct module魏曹先生2025-11-221-233/+0
* add: utility functions for table and pager魏曹先生2025-11-202-0/+56
* feat: add quick sort utilities魏曹先生2025-11-171-0/+233
* Remove md_colored utility module魏曹先生2025-11-101-20/+0
* 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
* Add input_with_editor function for text editing魏曹先生2025-10-291-0/+53
* 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
* feat: add internationalization support and new command-line tools魏曹先生2025-10-142-0/+34