galileo
galileo copied to clipboard
Switch to cli-table
cli-table looks prettier than terminal table, and terminal table is awfully buggy.
This is cli-table:
http://github.com/LearnBoost/cli-table
Are you going to switch to Node?
@ColbyAley nope, but I can generate the table with node and send it to Ruby. I'd rather find this same style table in Ruby but I have yet to uncover it.
@ColbyAley do you think this can be done via the ruby racer? https://github.com/cowboyd/therubyracer
And then there's this:
https://github.com/wbailey/command_line_reporter
Command Line Reporter looks nice, even though the name is not nice. I've never used ruby racer outside of Rails, but using it here sounds pretty hacky IMO.
I am dumb. :stuck_out_tongue:
Command Line Reporter apparently doesn't automatically calculate text wrap-around like cli-table and terminal-table do. So this is on hold.
If anyone wants to work on this, the code is in the branch 2fa-and-cli-table