
You can create such XML reports, put them on the web (e.g. gist), and view them via curl:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> curl tty.zone/1\?cols=$((COLUMNS)) |
Or if you can handle a full deck:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> p=0; while true; do curl tty.zone/$((p++))\?cols=$((COLUMNS)); read; done |
WOPR is useful to create build / production reports, presentations and infographics.

Check WOPR here What's next? get this blog rss updates or register for mail updates!