terminal_tools_plus_plus
A collection of lightweight utilities for terminal manipulation and CLI development in Rust. Developed by Fox Team.
Features
- Colorized Output: Integration with bright colors and text styles.
- Progress Bars: Real-time visual progress using carriage return (\r).
- Typewriter Effect: Letter-by-letter text animation for immersive CLI experiences.
- Utility Helpers: Screen clearing, stylized banners, and status logging (OK, ERROR, INFO).
- Enhanced Input: User data capture with formatted prompts.
Installation
Add this to your Cargo.toml file:
[]
= "0.1.0"
Usage Example
The following example demonstrates the basic functionality:
use terminal;
Development
To test the built-in functionalities, you can run the included demo:
License
This project is licensed under the MIT License. Feel free to use, modify, and contribute.
Developed by Fox Team Real