BSD-3-Clause licensed and maintained by Roel van Dijk
This version can be pinned in stack with:terminal-progress-bar-0.4.1@sha256:ba857f3424ddb1034125163a9a384e9baab22e55de968259b046892c20ec0526,2257

Module documentation for 0.4.1

Used by 1 package in nightly-2023-03-08(full list with versions):

A progress bar conveys the progress of a task. This package implements a progress bar that is displayed in a terminal.

See the module System.ProgressBar to get started or look at the terminal-progress-bar-example package.

The animated progress bar depends entirely on the interpretation of the carriage return character ('\r'). If your terminal interprets it as something else than "move cursor to beginning of line", the animation won't work.

Changes

0.4.1

  • Added styleOnComplete field to Style record. Defaults to WriteNewLine. Gives the ability to clear the progress bar once finished.

  • Added this changelog.

0.4.0.2

  • Improved documentation