Settings

Theme

Show HN: Simple markup for rich terminal reports

4 points by yaronn01 10 years ago · 2 comments · 1 min read


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

ParadoxOryx 10 years ago

This is really neat, great job!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection