mdless
mdless copied to clipboard
Markdown Viewer for the CLI with highlighting and paging
mdless
For viewing and paging through a markdown file with formatting
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
anddown
/k
arrow keys to scroll - Use
space
andb
to scroll pages - use
/
followed a term, and press enter, to search through the file