Progress Bar Crystal Shard

A customizable progress bar for Crystal.

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.