aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/docs'魏曹先生2025-11-026-157/+125
|\
| * Update help documentation structure and content魏曹先生2025-11-022-83/+108
| |
| * Update README.md and Removed unused markdown files魏曹先生2025-10-304-74/+17
| |
* | Add update command to sync from upstream vault魏曹先生2025-11-021-1/+57
|/ | | | | The new `jv update` command allows users to synchronize information from the upstream vault when working with a stained workspace.
* Merge pull request #2 from JustEnoughVCS/docs魏曹先生2025-10-300-0/+0
|\ | | | | Docs
| * Merge branch 'main' into docs魏曹先生2025-10-309-109/+1141
| |\ | |/ |/|
* | Simplify commands and improve jv error handling魏曹先生2025-10-304-13/+31
| | | | | | | | | | - Add help command alias for jv - Improve parser error message formatting - Fix code formatting in jvv commands
* | 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-292-16/+11
| |
* | Add confirmation options and alias commands魏曹先生2025-10-293-74/+98
| | | | | | | | | | | | | | | | - Add -C/--confirm flags to skip confirmation for direct/unstain commands - Add command aliases for account and vault subcommands (+/-/ls) - Improve error handling with better error messages - Implement unstain command functionality - Add port option to vault listen command - Refactor error handling to use centralized function
* | Update localization files for new workspace management features魏曹先生2025-10-292-84/+81
| | | | | | | | | | | | | | - Add common confirmation prompt - Improve service command documentation with port option - Add workspace staining/unstaining functionality - Simplify error messages and improve user guidance - Add success and warning messages for direct/unstain operations
* | Add input utility functions for user confirmation魏曹先生2025-10-291-0/+52
| |
* | Consolidate thiserror dependency versions魏曹先生2025-10-291-24/+4
| |
* | Add target directory to gitignore魏曹先生2025-10-271-0/+3
| |
* | Update translation for error messages魏曹先生2025-10-272-4/+8
| |
* | Add output for jvv service listen command results魏曹先生2025-10-273-12/+27
| |
* | Implement jv_direct connection handling魏曹先生2025-10-271-6/+45
| |
* | Add socket address helper for domain resolution魏曹先生2025-10-273-1/+188
| |
* | Completed "Account Manage" parts of jv魏曹先生2025-10-242-42/+356
| |
* | Update locales files魏曹先生2025-10-242-10/+89
| |
* | 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
| |
| * Merge branch 'docs'魏曹先生2025-10-212-5/+429
| |\ | | | | | | | | | | | | Merge docs into main Update locales files
| | * Update locales files魏曹先生2025-10-212-5/+429
| |/ |/|
| * Completed jv bin魏曹先生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