Table of Contents
The RCLI-Loader crate (coming soon) is a Rust CLI manager built for versatile monitoring of the progress for running tasks, either quick or slow!
A screenshot for an examplified implementation of the features can be seen below, including:
- Names
- Progress indicator (numbered)
- Also features providing a scaling function for conversion of any wanted unit!
- Progress indicator (block characters)
- Scaling perfectly to the terminal size to give maximal precision (8 blocks per character available)!
Even more features are coming, and feature requests are welcome: read Contributing
- git clone https://github.com/nikguin04/rcli-loader.git
- cd rcli-loader
- cargo run --example basic_example --all-features
Coming soon
Usage coming soon™
Currently i am the only contributor and maintainer of this project. Contributions of any kind are very welcome.
If you have any improvements please fork the repo and create a pull request here. Please make sure to properly describe any changes made in the pull request, so i am not 100% reliant on commit names, which usually are a bit messy ;)
If this project has helped you, please give it a star!
Distributed under the GNU General Public License v3.0 license. See LICENSE.txt
for more information.
For any contact regarding this repo, please contact me through email at [email protected] or on the Discussions on this repository
Project Link: https://github.com/nikguin04/rcli-loader