📝 mdtail

Terminal markdown viewer with live refresh

npm version Test Status Coverage Status License
npm install -g mdtail

Features

Installation

npm (Recommended)

npm install -g mdtail

From Source

git clone https://github.com/super3/mdtail.dev.git && cd mdtail.dev
npm install && npm link            # Install dependencies and mdtail command globally

Usage

mdtail                             # Watch TODO.md (default)
mdtail README.md                   # Watch specific file
mdtail *.md                        # Watch all markdown files with tabs
mdtail TODO.md README.md           # Watch multiple specific files
mdtail --help                      # Show help

Navigation