Pretty tables CLI scripts

Does anyone know of any library or anything that can be used to
display data on those neat tables on a CLI script? Sort of how MySQL
or the Rails benchmarking scripts do, how can I do that?

Thanks

On 3/25/07, [email protected] [email protected] wrote:

Does anyone know of any library or anything that can be used to
display data on those neat tables on a CLI script? Sort of how MySQL
or the Rails benchmarking scripts do, how can I do that?

Ruport’s output is fairly nice:
http://pastie.caboo.se/49402

See the API documentation for Data::Table
http://api.rubyreports.org

and bug us if you have any questions.
http://list.rubyreports.org

Please use the above list (just a google group), rather than RubyTalk
as I’m not always monitoring RubyTalk.

-greg

On Mar 25, 12:05 pm, “Gregory B.” [email protected]
wrote:

and bug us if you have any questions.http://list.rubyreports.org

Please use the above list (just a google group), rather than RubyTalk
as I’m not always monitoring RubyTalk.

-greg

That’s exactly what I need, I’ll give it a try. Thanks!