cargo-fresh
Language / θ―θ¨
A Rust tool for checking and updating globally installed Cargo packages with interactive mode and smart prerelease detection. After installation, you can use it via the cargo fresh command. The tool automatically detects your system language and displays the interface in Chinese or English accordingly.
Features
- π Automatically detect globally installed Cargo packages
- π¦ Check for the latest version of each package
- π¨ Colored output with clear update status display
- β‘ Concurrent processing for fast checking of multiple packages (3-5x faster)
- π οΈ Command-line argument support for flexible usage
- π Default interactive update mode with one-click package updates
- π§ Smart prerelease version detection and prompting
- π Automatic language detection (Chinese/English)
- π Cargo subcommand support (
cargo fresh) - π Bilingual interface with smart language switching
- π Batch operations - automatically update all packages without confirmation
- π Package filtering - filter packages by name patterns (supports glob patterns)
- π‘οΈ Enhanced error handling - intelligent retry mechanisms and user-friendly error messages
- π Performance optimization - HTTP connection pooling and request caching
- β‘ Fast installation - uses
cargo binstallfor faster package updates with automatic fallback
Installation
Install from crates.io (Recommended)
or
# Faster installation using pre-compiled binaries
Note: cargo binstall provides faster installation by downloading pre-compiled binaries instead of compiling from source. If you don't have cargo binstall installed, cargo-fresh will automatically install it for you when needed.
Install from source
# Clone the repository
# Build and install
Install from GitHub
Language Support
The tool automatically detects your system language and displays the interface accordingly:
- Chinese Environment: Automatically displays Chinese interface
- English Environment: Automatically displays English interface
- Language Detection: Based on system environment variables (LANG, LC_ALL, LC_CTYPE)
You can also manually override the language by setting environment variables:
# Force English interface
LANG=en_US.UTF-8
# Force Chinese interface
LANG=zh_CN.UTF-8
Usage
Basic Usage
After installation, you can use it in two ways:
# Method 1: As a cargo subcommand (recommended)
# Method 2: Direct invocation
Command Line Options
-v, --verbose: Show detailed information-u, --updates-only: Show only packages with updates--no-interactive: Non-interactive mode (default is interactive mode)--include-prerelease: Include prerelease versions (alpha, beta, rc, etc.)--batch: Batch mode - automatically update all packages without confirmation--filter <PATTERN>: Filter packages by name pattern (supports glob patterns)-h, --help: Show help information-V, --version: Show version information
Examples
# Check all packages and show detailed information
# Show only packages with updates
# Combine options
# Default interactive mode (recommended)
# Show only packages with updates (interactive mode)
# Non-interactive mode
# Include prerelease version checks (interactive mode)
# Non-interactive mode + prerelease versions
# Batch mode - automatically update all packages without confirmation
# Filter packages by name pattern (supports glob patterns)
# Combine new options with existing ones
# Generate shell completion scripts
# Generate cargo fresh subcommand completion
Shell Completion Installation
Zsh
# Generate and install zsh completion
# Or for cargo fresh subcommand
# Add to your ~/.zshrc
Bash
# Generate and install bash completion
# Or for cargo fresh subcommand
# Source in your ~/.bashrc
Fish
# Generate and install fish completion
# Or for cargo fresh subcommand
Nushell
# Generate and install nushell completion
# Or for cargo fresh subcommand
Output Examples
Interactive Mode (Default)
Checking for updates to globally installed Cargo packages...
Found 5 installed packages
The following packages have updates available:
Stable version updates:
β’ cargo-outdated (0.16.0 β 0.17.0)
β’ devtool (0.2.4 β 0.2.5)
Prerelease version updates:
β’ mdbook (0.4.52 β 0.5.0-alpha.1) β οΈ Prerelease version
Do you want to update these packages? [Y/n]: y
Include prerelease version updates? [y/N]: n
Select packages to update (use space to select, enter to confirm)
> [x] cargo-outdated
> [x] devtool
Starting to update selected packages...
Updating cargo-outdated...
β
cargo-outdated updated: 0.16.0 β 0.17.0
Updating devtool...
β
devtool updated: 0.2.4 β 0.2.5
Update completed!
Success: 2 packages
Non-Interactive Mode
Checking for updates to globally installed Cargo packages...
Found 5 installed packages
mdbook has updates available
Current version: 0.4.52
Latest version: 0.5.0-alpha.1
To update packages, use: cargo install --force <package_name>
Or remove --no-interactive flag for interactive updates
Shell Completion Support
cargo-fresh supports automatic completion for multiple shells, making command-line usage more convenient.
Supported Shells
- Zsh - Full completion support
- Bash - Basic completion support
- Fish - Native completion support
- PowerShell - Windows completion support
- Elvish - Modern shell completion support
Installing Completions
Manual Installation
# 1. Generate completion script
# 2. Add to zsh configuration
# 3. Reload configuration
Cargo Fresh Subcommand Completion
For cargo fresh subcommand completion:
# Generate cargo fresh subcommand completion
# Install cargo fresh completion
Other Shell Installation
# Bash completion
# Fish completion
# PowerShell completion
Usage
After installation, you can use auto-completion in two ways:
Direct Command Completion
# Shows all available options:
# --completion --help --include-prerelease --no-interactive
# --updates-only --verbose --version
Cargo Subcommand Completion
Technical Features
- Concurrent Processing: Uses Tokio async runtime with concurrent package checking (3-5x faster than sequential)
- HTTP Optimization: Connection pooling and request caching for improved performance
- Smart Version Detection: Automatically distinguishes between stable and prerelease versions
- Interactive Interface: User-friendly command-line interaction experience
- Colored Output: Beautiful terminal output with clear status display
- Enhanced Error Handling: Intelligent retry mechanisms with exponential backoff and user-friendly error messages
- Batch Operations: Support for automated batch updates without user confirmation
- Package Filtering: Advanced filtering capabilities with glob pattern support
- Type Safety: Rust type system ensures code safety
- Progress Bars: Real-time update progress display for better user experience
- Shell Completion: Auto-completion support for multiple shells
- Language Detection: Automatic system language detection and interface adaptation
- Cargo Integration: Native cargo subcommand support for seamless workflow
- Bilingual Support: Complete Chinese and English interface with smart switching
- Modular Architecture: Clean, maintainable code structure with separate modules
Shell Completion Troubleshooting
Common Issues
Completion not working
If shell completion is not working, try the following:
-
Verify completion installation:
# Check if completion files exist -
Reload shell configuration:
# For zsh # For bash # For fish # Restart fish shell -
Regenerate completion files:
# Generate fresh completion files
Missing options in completion
If you notice missing options in completion:
-
Update cargo-fresh:
-
Regenerate completion files:
-
Verify completion includes new options:
Cargo fresh subcommand completion
For cargo fresh subcommand completion:
-
Generate cargo fresh completion:
-
Verify cargo completion:
Contributing
Contributions are welcome! Please follow these steps:
- Fork the project
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Create a Pull Request
License
This project is licensed under the Apache 2.0 License. See the LICENSE file for complete license terms.
License Summary
The Apache 2.0 License is a permissive open source license that allows you to:
- β Commercial use - Use in commercial projects
- β Modification - Modify the source code
- β Distribution - Distribute original or modified code
- β Private use - Use privately
- β Patent use - Use related patents
- β Patent grant - Automatic patent license grant
Main requirements:
- Include the original license and copyright notice when distributing
- Must state changes made to the source code
- Cannot use project name, trademarks, or product names for promotion
Copyright Information
Copyright (c) 2025 Jenkin Pan
This project is open source under the Apache 2.0 License. See the LICENSE file for details.