| Age | Commit message (Collapse) | Author |
|
|
|
Docs
|
|
|
|
- Add help command alias for jv - Improve parser error message
formatting - Fix code formatting in jvv commands
|
|
This function opens the system editor with default text in a cache file,
reads back the modified content after editing, and removes comment
lines.
|
|
|
|
- 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
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Merge docs into main
Update locales files
|
|
|
|
|
|
Completed the basic functionality of jvv (server-side command-line frontend)
|
|
Optimize the expression of some semantics to make it more precise
|
|
Move the ref to the core library (JustEnoughVCS/VersionControl) to a local relative path
|
|
|
|
|
|
- Add project documentation
- Include usage guides and API references
|
|
- Remove old cli_publisher crate
- Remove legacy publish.sh script
- Remove old source files from src/ directory
|
|
- Update English help documentation
- Update Chinese help documentation
- Improve command descriptions and error messages
|
|
- Update jv.rs binary
- Update lib.rs library exports
- Update utils.rs utility functions
|
|
- Add cargo alias configuration
- Update workspace and dependency settings
- Add build_helper to workspace members
|
|
- Add Cargo.toml and main.rs for build helper
- Support custom cargo pub command for binary distribution
|
|
- Add jvref.rs binary
- Add build_env_logger.rs utility module
|
|
- Replace Style::new() with Style::default()
- Use Colorize trait methods directly on strings
- Remove unused Color import
|
|
- Replace redundant pattern matching with is_err() method
- Remove unnecessary braces in unwrap_or_else closures
- Improve code formatting and consistency
|
|
- 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
|
|
|
|
|
|
|
|
|