The terminal-progress-bar package
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 build the package with the -fexample flag for a small example program.
The animated progress bar depends entirely on the interpretation of the carriage return character ('r'). If your terminal interprets it as something else then move cursor to beginning of line, the animation won't work.
Note: Due to a bug in "cabal haddock" you will have to manually uncomment the example section in the cabal file. But uncommenting that section will result in "cabal haddock" failing.
Properties
| Version | 0.0.1 |
|---|---|
| Dependencies | base (≥3.0.3.1 & <4.6), base-unicode-symbols (≥0.2.2.3 & <0.3) |
| License | BSD3 |
| Copyright | 2012 Roel van Dijk <vandijk.roel@gmail.com> |
| Author | Roel van Dijk <vandijk.roel@gmail.com> |
| Maintainer | Roel van Dijk <vandijk.roel@gmail.com> |
| Stability | provisional |
| Category | System, User Interfaces |
| Home page | https://github.com/roelvandijk/terminal-progress-bar |
| Bug tracker | https://github.com/roelvandijk/terminal-progress-bar/issues |
| Source repository | git clone git://github.com/roelvandijk/terminal-progress-bar.git |
| Upload date | Fri Feb 3 12:14:16 UTC 2012 |
| Uploaded by | RoelVanDijk |
| Built on | ghc-7.4 |
Modules
- System
Downloads
- terminal-progress-bar-0.0.1.tar.gz (Cabal source package)
- package description (included in the package)