Popularity
8.8
Growing
Activity
7.8
-
4,098
17
234

Programming language: Rust
License: MIT License
Tags: CLI     Command-line     Progress     Pb     Progressbar     Colors    
Latest version: v0.15.0

indicatif alternatives and similar packages

Based on the "Progress" category.
Alternatively, view indicatif alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of indicatif or a related project?

Add another 'Progress' Package

README

indicatif

Documentation Crates.io Build status Chat

A Rust library for indicating progress in command line applications to users.

This currently primarily provides progress bars and spinners as well as basic color support, but there are bigger plans for the future of this!

Examples

[examples/yarnish.rs](examples/yarnish.rs)

[examples/download.rs](examples/download.rs)

[examples/multi.rs](examples/multi.rs)

[examples/single.rs](examples/single.rs)