@hackage terminal-progress-bar0.4.0.1

A simple progress bar in the terminal

A progress bar is used to convey the progress of a task. This package implements a very simple textual progress bar.

See the module System.ProgressBar on how to use the progress bar 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.