mdless icon indicating copy to clipboard operation
mdless copied to clipboard

Markdown Viewer for the CLI with highlighting and paging

mdless

For viewing and paging through a markdown file with formatting

example

Installation

npm i -g mdless

Usage

  • mdless README.md OR
  • cat README.md | mdless

Navigating is done like in less/vim in bash:

  • Use up/k and down/k arrow keys to scroll
  • Use space and b to scroll pages
  • use / followed a term, and press enter, to search through the file