Monday, July 20, 2015

WOPR: A simple markup for rich terminal reports, presentations and infographics

@YaronNaveh

I have just released WOPR. It is a markup format (xml) based on blessed-contrib that allows to decleratively define terminal reports, presentations and infographics.



You can create such XML reports, put them on the web (e.g. gist), and view them via curl:

$> curl tty.zone/1\?cols=$((COLUMNS))
view raw gistfile1.sh hosted with ❤ by GitHub

Or if you can handle a full deck:

$> p=0; while true; do curl tty.zone/$((p++))\?cols=$((COLUMNS)); read; done
view raw gistfile1.sh hosted with ❤ by GitHub

WOPR is useful to create build / production reports, presentations and infographics.



Check WOPR here

@YaronNaveh

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