Quickly render markdown text to your Linux* console. Written in Go with glamour.
Debian (apt)
wget https://github-artifacts-zeebrow.s3.amazonaws.com/drcat/releases/debian/v1.0.0/amd64/drcat-1.0.0.deb
wget https://github-artifacts-zeebrow.s3.amazonaws.com/drcat/releases/debian/v1.0.0/amd64/drcat-1.0.0.deb.md5
md5sum -c drcat-1.0.0.deb.md5
Binary linux amd64
wget https://github-artifacts-zeebrow.s3.amazonaws.com/drcat/releases/binaries/v1.0.0/linux/amd64/drcat-1.0.0
wget https://github-artifacts-zeebrow.s3.amazonaws.com/drcat/releases/binaries/v1.0.0/linux/amd64/drcat-1.0.0.md5
md5sum -c drcat-1.0.0.md5
mv drcat-1.0.0 drcat
chmod +x drcat
./drcat -version
Be careful running as root!
drcat [-f md-filename] [-l]drcat < README.md
drcat -f README.md
drcat -f README.md | less -RNICE TO HAVE: detect content length exceeding terminal height and drop to $PAGER
NICE TO HAVE: -h (or some option) gives markdown formatting guide
git clone
go build .You need to build the binary to run the tests.
go build .
go test -v