samfoo / mdcat

Format markdown for the console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdcat Build Status

mdcat is a simple application that renders markdown files in a terminal emulator (e.g. iterm2, gnome terminal).

It attempts to render the markdown in a more readable manner than the source.

Instalation

To install mdcat, set your GOPATH to where you'd like it installed (e.g. export GOPATH=~/go), and then:

$ go get github.com/samfoo/mdcat

Before running, make sure your PATH includes $GOPATH/bin, e.g.

$ export PATH=$PATH:$GOPATH/bin

Example

Example rendering

See Also

About

Format markdown for the console.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%