glow

Render markdown on the CLI with syntax highlighting and paging

brewmacoslinux
Try with needOr install directly
Source

About

Render markdown on the CLI

Commands

glow

Examples

Display a markdown file with formatting$ glow README.md
Render markdown from stdin$ cat document.md | glow
Display markdown with dark theme$ glow -s dark README.md