aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add cli error handle.魏曹先生2025-10-244-33/+305
|
* Update locales files魏曹先生2025-10-212-5/+429
|
* Completed jv binary魏曹先生2025-10-212-19/+299
|
* Update jvv.rs魏曹先生2025-10-191-11/+121
| | | | Completed the basic functionality of jvv (server-side command-line frontend)
* Update localization files魏曹先生2025-10-192-29/+41
| | | | Optimize the expression of some semantics to make it more precise
* Update Cargo.toml魏曹先生2025-10-192-17/+6
| | | | Move the ref to the core library (JustEnoughVCS/VersionControl) to a local relative path
* Removed unused locales files.魏曹先生2025-10-182-66/+0
|
* Remove file "构想.md"魏曹先生2025-10-181-73/+0
|
* docs: add documentation files魏曹先生2025-10-181-0/+73
| | | | | - Add project documentation - Include usage guides and API references
* chore: remove deprecated files魏曹先生2025-10-185-169/+0
| | | | | | - Remove old cli_publisher crate - Remove legacy publish.sh script - Remove old source files from src/ directory
* docs: update localization files魏曹先生2025-10-182-4/+10
| | | | | | - Update English help documentation - Update Chinese help documentation - Improve command descriptions and error messages
* refactor: update source code files魏曹先生2025-10-183-7/+4
| | | | | | - Update jv.rs binary - Update lib.rs library exports - Update utils.rs utility functions
* chore: update cargo configuration and dependencies魏曹先生2025-10-183-132/+154
| | | | | | - Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members
* feat: add build_helper crate for publishing魏曹先生2025-10-182-0/+158
| | | | | - Add Cargo.toml and main.rs for build helper - Support custom cargo pub command for binary distribution
* feat: add new binary files and utilities魏曹先生2025-10-182-0/+73
| | | | | - Add jvref.rs binary - Add build_env_logger.rs utility module
* fix: update colored crate API usage in jvv.rs魏曹先生2025-10-181-18/+31
| | | | | | - Replace Style::new() with Style::default() - Use Colorize trait methods directly on strings - Remove unused Color import
* style: fix clippy warnings and improve code quality魏曹先生2025-10-143-13/+89
| | | | | | - Replace redundant pattern matching with is_err() method - Remove unnecessary braces in unwrap_or_else closures - Improve code formatting and consistency
* feat: add internationalization support and new command-line tools魏曹先生2025-10-1417-125/+2084
| | | | | | | | - 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
* First魏曹先生2025-09-219-10/+1303
|
* Update LICENSE魏曹先生2025-09-011-1/+1
|
* Update .gitignore魏曹先生2025-09-011-1/+1
|
* Initial commit魏曹先生2025-09-013-0/+43