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
- Host: GitHub
- URL: https://github.com/64kramsystem/multi_progress_bar2
- Owner: 64kramsystem
- Created: 2018-04-01T19:39:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T18:45:34.000Z (about 8 years ago)
- Last Synced: 2025-05-31T22:06:24.014Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
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).