Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 566 Bytes

File metadata and controls

31 lines (20 loc) · 566 Bytes

Progress Bar Crystal Shard

A customizable progress bar for Crystal.

  • Themeable configuration
  • Integrates with IO::MultiWriter to display progress based on actual data
  • Fiber-safe

Demo

asciicast

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      progress_bar:
        github: your-github-user/progress_bar
  2. Run shards install

Usage

require "progress_bar"

See the examples/ directory for example usage.