No commit activity in last 3 years
No release in over 3 years
Fork of multi_progress_bar, using `curses` instead of the defunct `ncurses`
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2.4
 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¶ ↑