Skip to content

youvian/rake-progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progress bar for long runnung jobs in terminal - useful mostly for rake tasks (imports, exports, archives etc.)

RakeProgressbar.new(maximal_count) - in maximal count you are passing number 1> ho many jobs (increments you will perform)

bar = RakeProgressbar.new(100)
100.times do 
 bar.inc
end
bar.finished

It will generate:

25.2% [#####_______________] 01:02:30 -> 00:25:13

Copyright © 2011 Ondrej Bartas. See LICENSE.txt for further details.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages