jfelchner/ruby-progressbar


Ruby/ProgressBar is a text progress bar library for Ruby.

License: MIT

Language: Ruby

Keywords: cli, progress, progress-bar, progressbar, progressbars, terminal


Ruby/ProgressBar


The ultimate text progress bar library for Ruby! It'll SMASH YOU OVER THE HEAD with a PURE RUSH of progress bar excitement!

Don't miss out on what all the kids are talking about! If you want everyone to know that your gem or app can survive in the cage then YOU WANT RUBY-PROGRESSBAR!


It's Better Than The Other 186,312 Progress Bar Libraries Because

Basic Usage

Creation

It's simple to get started:

progressbar = ProgressBar.create

Creates a basic progress bar beginning at 0, a maximum capacity of 100 and tells it to start.

Progress: |                                                                       |

Marking Progress

Every call to #increment will advance the bar by 1. Therefore:

50.times { progressbar.increment }

Would output an advancing line which would end up here:

Progress: |===================================                                    |

Animation

Basic Usage Marking Progress

Full Reference

There's gotten to be too much awesome to pack into one page. Visit the wiki for the full documentation.

Issues

If you have problems, please create a Github issue.

Credits

The Kompanee

ruby-progressbar is maintained by The Kompanee, Ltd.

The names and logos for The Kompanee are trademarks of The Kompanee, Ltd.

License

ruby-progressbar 1.0 is Copyright © 2011-2021 The Kompanee. It is free software, and may be redistributed under the terms specified in the LICENSE file. ruby-progressbar 0.9.0 is Copyright © 2008 Satoru Takabayashi

Project Statistics

Sourcerank 17
Repository Size 991 KB
Stars 1,575
Forks 132
Watchers 24
Open issues 1
Dependencies 8
Contributors 48
Tags 35
Created
Last updated
Last pushed

Top Contributors See all

Jeff Felchner Natalie Weizenbaum YAMAMOTO Yuji Larry Gilbert Artem Baguinski Ben Johnson Orien Madgwick Marc-André Lafortune Jonathan del Strother Tim Galeckas Yves Senn Andrew Marshall Grayson Wright Florian Frank Jim Benton Brian Morearty Aleksei Gusev Olivier Lacan Daniel Mendler Chris Griego

Packages Referencing this Repo

ruby-progressbar
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be c...
Latest release 1.13.0 - Updated - 1.58K stars
progressbar
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be c...
Latest release 1.13.0 - Updated - 1.58K stars

Recent Tags See all

releases/v1.13.0 March 04, 2023
releases/v1.13.0rc1 March 01, 2023
releases/v1.12.0 March 01, 2023
releases/v1.11.0 December 31, 2020
releases/v1.10.1 May 27, 2019
releases/v1.10.0 August 03, 2018
releases/v1.9.0 September 27, 2017
releases/v1.8.3 September 13, 2017
releases/v1.8.2 December 10, 2016
releases/v1.8.1 May 13, 2016
releases/v1.8.0 April 24, 2016
releases/v1.7.5 March 25, 2015
releases/v1.7.4 March 23, 2015
releases/v1.7.3 March 23, 2015
releases/v1.7.2 March 23, 2015

Interesting Forks See all

jdelStrother/ruby-progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Ruby - GPL-2.0 - Last pushed - 2 stars - 1 forks
ngmoco/ruby-progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Ruby - GPL-2.0 - Updated - 1 stars
garaio/ruby-progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Ruby - GPL-2.0 - Last pushed - 1 stars
leadtune/ruby-progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Ruby - GPL-2.0 - Last pushed - 1 stars
shingonoide/ruby-progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Ruby - GPL-2.0 - Last pushed - 1 stars

Something wrong with this page? Make a suggestion

Last synced: 2024-10-02 17:08:07 UTC

Login to resync this repository