5 unstable releases
Uses old Rust 2015
0.2.2 | Apr 22, 2018 |
---|---|
0.2.1 | Jan 22, 2018 |
0.2.0 | Apr 16, 2017 |
0.1.0 | Apr 6, 2017 |
0.0.0 | Apr 2, 2017 |
#26 in #common-mark
49KB
1K
SLoC
CatMark - Markdown(CommonMark) printer for the terminal
What's that ?
CatMark is a Markdown (following the CommonMark spec) printer for the terminal. It parses your README.md and displays it with color ANSI sequences - it works in your regular Linux/MacOSX terminal, and should even work under Windows 10's terminal (untested though). Embedded source code is syntax-highlighted according to the source-type tag. CatMark is written in Rust, so it's a regular binary that has no runtime dependencies, and should be quite fast.
Caveats
The only problem is that it's largely unfinished for now:
- line breaks aren't pretty
- links and footnotes aren't displayed very well
- images have only their title and link displayed
- tables are not recognized at all and will be very ugly
- the code in general is ugly and will probably panic on some of your files
- I've written that largely for fun and I'm not sure I'll finish it one day
Dependencies
~5–14MB
~146K SLoC