项目作者: bestouff

项目描述 :
CatMark - Markdown(CommonMark) printer for the terminal
高级语言: Rust
项目地址: git://github.com/bestouff/catmark.git
创建时间: 2017-04-02T17:21:01Z
项目社区:https://github.com/bestouff/catmark

开源协议:

下载


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

CatMark in action