Registry / cli / ruby-progressbar

ruby-progressbar

JSON →
library1.13.0rbrubygemsunverified

An extremely flexible text progress bar library for Ruby with customizable output.

gem install ruby-progressbar
INSTALL
IMPORT
SIG · RUBY-PROGRESSBAR
R
ruby-progressbar
clirubyv1.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProgressBar
require 'ruby-progressbar'

Create and update a progress bar in the terminal.

require 'ruby-progressbar' progressbar = ProgressBar.create(title: 'Items', total: 100) 100.times { sleep 0.1; progressbar.increment }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
2
Resources
ruby-progressbar — gem install ruby-progressbar · libregistry