koraktor / rubikon

A simple to use, yet powerful Ruby framework for building console-based applications.
http://koraktor.github.com/rubikon
BSD 3-Clause "New" or "Revised" License
93 stars 2 forks source link

added bracketed progress bar #12

Closed jondot closed 13 years ago

jondot commented 13 years ago

Hi Sebastian,

Great gem!. I've added a bracketed progress bar because i needed a sense of how much of an operation was complete regarding entire operation. It looks like this: There is an option to pick the filler char (here '-')

$ foo.rb progress_fancy Watch my progress while I greet the world: [##########################----]

Thanks.

jondot commented 13 years ago

whups. bad internets!