0.2.0 • Published 9 years ago

madcat v0.2.0

Weekly downloads
4
License
BSD
Repository
github
Last release
9 years ago

madcat

Like cat, but with markdown->terminal conversion.

Hate typing cat README.md and seeing gross formatting instead of nice(ish) text? No? Well, ok.

Installation

npm install madcat -g

Usage

madcat README.md

or

cat README.md | madcat

or

cat README.md | madcat -

Tables

woohoomadcathandles
mostofyour
tableneedsexcept
alignmentohwell

Syntax Highlighting

function foo(bar) {
  return {
    a: ('a' + bar + 'b').length,
    b: 'baz'
  };
}

Lists

  • Some
  • List
  • Items
  1. Things
  2. To
  3. Do

Blockquotes

Sometimes people use blockquotes and it might contain markdown

Links

You can find madcat on npm.