Registry / cli / tty-progressbar

tty-progressbar

JSON →
library0.18.3rbrubygemsunverified

Display a single or multiple progress bars in the terminal with support for determinate and indeterminate progress.

gem install tty-progressbar
INSTALL
IMPORT
SIG · TTY-PROGRESSBAR
T
tty-progressbar
clirubyv0.18.3
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.

TTY::ProgressBar
require 'tty-progressbar'

Create and advance a progress bar

require 'tty-progressbar' bar = TTY::ProgressBar.new('Downloading [:bar]', total: 100) 100.times { bar.advance; sleep(0.01) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
tty-progressbar — gem install tty-progressbar · libregistry