Hacker News new | ask | show | jobs
Show HN: Simple markup for rich terminal reports
4 points by yaronn01 3984 days ago
I have built WOPR - a simple markup for rich terminal reports, presentations and infographics

You can try it:

$> curl tty.zone/1\?cols=$((COLUMNS))

(if you experience firewall issues replace tty.zone with ec2-23-21-64-152.compute-1.amazonaws.com)

Or if you can handle a full deck:

$> p=0; while true; do curl tty.zone/$((p++))\?cols=$((COLUMNS)); read; done

More details:

http://github.com/yaronn/wopr

1 comments

This is really neat, great job!