terminal-progress-bar: 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 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.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
example | Build a small example program. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- terminal-progress-bar-0.0.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.1.4, 0.1.0, 0.1.1, 0.1.1.1, 0.1.2, 0.2, 0.4, 0.4.0.1, 0.4.1, 0.4.2 (info) |
---|---|
Dependencies | base (>=4.4 && <4.7), base-unicode-symbols (>=0.2.2.3 && <0.3) [details] |
License | BSD-3-Clause |
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> |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-01-07T11:58:21Z |
Category | System, User Interfaces |
Home page | https://github.com/roelvandijk/terminal-progress-bar |
Bug tracker | https://github.com/roelvandijk/terminal-progress-bar/issues |
Source repo | head: git clone git://github.com/roelvandijk/terminal-progress-bar.git |
Uploaded | by RoelVanDijk at 2012-09-29T12:34:36Z |
Distributions | Arch:0.4.2, Debian:0.4.1, LTSHaskell:0.4.2, NixOS:0.4.2, Stackage:0.4.2 |
Reverse Dependencies | 8 direct, 0 indirect [details] |
Downloads | 17200 total (6 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |