An open API service indexing awesome lists of open source software.

https://github.com/64kramsystem/multi_progress_bar2

My fixed version of the defunct multi_progress_bar library
https://github.com/64kramsystem/multi_progress_bar2

Last synced: 12 months ago
JSON representation

My fixed version of the defunct multi_progress_bar library

Awesome Lists containing this project

README

          

== MultiProgressBar

+NOTE+: the original project ("multi_progress_bar"), which doesn't work, is abandoned; this project ("multi_progress_bar2") uses the standard "curses" gem in place of "ncurses", allowing it to run as intended.

Displays multiple progress bars using Ncurses. Useful for displaying the status of multiple test runs, say, distributed across different machines. Which is exactly why I wrote it.

Uses +ruby-progressbar+ to render the bars.

== Credits

* Codes by Peter Jaros.
* Thanks to Nick Evans for the inspiration (http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/).
* Thanks to Satoru Takabayashi for +ruby-progressbar+ (http://0xcc.net/ruby-progressbar/index.html.en).