osc94
Library for handling progress bar sequences (OSC 9;4).
💡 Example
use Progress;
use Result;
#
#
📖 Usage
Usually, you'll only need the Progress struct, which provides a high-level interface and handles clean up job for you when dropped. If you need finer control, you can use the OSC94 struct and ProgressState enum. See the documentation of respective API for more details.
📥 Demo Binary
Using binstall
cargo binstall osc94
Downloading from Releases
Navigate to the Releases page and download respective binary for your platform. Make sure to give it execute permissions.
Compiling from Source
cargo install osc94
🎉 Credits
- Microsoft Docs on progress bar sequences (GitHub)