0.2.0 • Published 11 years ago
madcat v0.2.0
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 -gUsage
madcat README.mdor
cat README.md | madcator
cat README.md | madcat -Tables
| woohoo | madcat | handles |
|---|---|---|
| most | of | your |
| table | needs | except |
| alignment | oh | well |
Syntax Highlighting
function foo(bar) {
return {
a: ('a' + bar + 'b').length,
b: 'baz'
};
}Lists
- Some
- List
- Items
- Things
- To
- Do
Blockquotes
Sometimes people use blockquotes and it might contain markdown