Skip to content

JonathanRaiman/progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jonathan Raiman's ProgressBar

A simple progress bar that shows the percentage progress above the bar in a nacella.

    ┌───┐
    │10%│
    └─┬─┘
┅┅┅┅┅┅┷┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅

Usage

To get started:

require 'jraiman_progressbar'

100.times do |i|
	JRProgressBar.show i, 100
end

About

A progressbar with a floating percentage value above the bar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages