terminal-markdown

0.0.1 • Public • Published

TM↓

Markdown in your terminal

  • Works with links, tables, code blocks, and more
  • Pipable : cat readme.md | tm
  • Adapts to your terminal theme
  • Compatible with CI/CD

Install

npm install -g terminal-markdown

(or yarn global add terminal-markdown)

Usage

tm <your-md-file>

or

cat <your-md-file> | tm

The second usage allows you to combine terminal-markdown with other commands.

🍿 For example, you can request this readme (that you are currently reading) and display it :

curl -s https://raw.githubusercontent.com/lucleray/terminal-markdown/master/readme.md | tm

Support

✔︎ Terminal-markdown supports everything (CommonMark and Github Flavoured Markdown), except :

  • Images are replaced by alt texts
  • HTML won't be displayed
  • Footnotes but they are also not supported on Github
  • Alignment of tables is not taken in account

🚨 Depending on your terminal, some things might change :

Roadmap

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i terminal-markdown

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    7.39 kB

    Total Files

    6

    Last publish

    Collaborators

    • lucleray