I have built WOPR - a simple markup for rich terminal reports, presentations and infographics<p>You can try it:<p>$> curl tty.zone/1\?cols=$((COLUMNS))<p>(if you experience firewall issues replace tty.zone with ec2-23-21-64-152.compute-1.amazonaws.com)<p>Or if you can handle a full deck:<p>$> p=0; while true; do curl tty.zone/$((p++))\?cols=$((COLUMNS)); read; done<p>More details:<p>http://github.com/yaronn/wopr