Generate ASCII sparkline charts directly in your terminal
Sparklines for the shell
spark
$ spark 1 2 3 4 5 10 8 6
$ echo '10 20 15 30 25' | spark
$ seq 1 100 | awk '{print int(rand()*100)}' | spark