Turns this:
aquamarine,8,circle
green,9,ellipsoid
blue,10,curvy
into:
------------ ---- -----------
aquamarine 8 circle
green 9 ellipsoid
blue 10 curvy
------------ ---- -----------
(You'll have to move that first table delimiter line down if the first line of your csv is intended to be a heading.)
It's a script. It happens to be written in Clojure.
You'll need to have already installed:
The author has not given even a passing thought to running this program on any OS other than GNU/Linux.
Just put csv2md.clj anywhere in your $PATH, and make sure it's
executable (chmod +x csv2md.clj
).
csv2md.clj foo.csv > foo.md
GPLv3. See COPYING.txt for details.
Copyright 2014, 2015, 2016, 2017 John Gabriele jgabriele@fastmail.fm