terminal-progress-bar: A simple progress bar in the terminal
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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 than "move cursor to beginning of line", the animation won't work.
[Skip to Readme]
Properties
Versions | 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.1.2, 0.2, 0.4, 0.4.0.1, 0.4.1, 0.4.2 |
---|---|
Change log | None available |
Dependencies | async (>=2.1.1), base (>=3.0.3.1 && <5), random (>=1.1), stm (>=2.4), stm-chans (>=3.0.0), terminal-progress-bar, terminal-size (>=0.3.2) [details] |
License | BSD-3-Clause |
Copyright | 2012–2018 Roel van Dijk <vandijk.roel@gmail.com> |
Author | Roel van Dijk <vandijk.roel@gmail.com> |
Maintainer | Roel van Dijk <vandijk.roel@gmail.com> |
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 2018-01-25T12:17:31Z |
Modules
[Index]
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.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees