terminal-progress-bar: A 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.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- These packages miss upper bounds: - HUnit - criterion - deepseq - terminal-size - test-framework - test-framework-hunit - text - time Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
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.
[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.2, 0.4, 0.4.0.1, 0.4.1, 0.4.2, 0.4.2 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.5 && <5), deepseq (>=1.4.3), terminal-size (>=0.3.2), text (>=1.2), time (>=1.8) [details] |
License | BSD-3-Clause |
Copyright | 2012–2019 Roel van Dijk <roel@lambdacube.nl> |
Author | Roel van Dijk <roel@lambdacube.nl> |
Maintainer | Roel van Dijk <roel@lambdacube.nl> |
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 2023-06-10T06:46:56Z |
Modules
[Index] [Quick Jump]
- System
Downloads
- terminal-progress-bar-0.4.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