Progress Bar Crystal Shard
A customizable progress bar for Crystal.
- Themeable configuration
- Integrates with IO::MultiWriterto display progress based on actual data
- Fiber-safe
Demo
Installation
- 
Add the dependency to your shard.yml:dependencies: progress_bar: github: your-github-user/progress_bar
- 
Run shards install
Usage
require "progress_bar"See the examples/ directory for example usage.