Mdless: Difference between revisions
Jump to navigation
Jump to search
(→mdless) |
|||
Line 24: | Line 24: | ||
ref: https://github.com/ttscoff/mdless | ref: https://github.com/ttscoff/mdless | ||
--- | |||
Ubuntu: | |||
sudo snap install mdless |
Revision as of 02:44, 27 October 2023
mdless
mdless is a utility that provides a formatted and highlighted view of Markdown files in Terminal. https://github.com/ttscoff/mdless
Docs
https://github.com/ttscoff/mdless/blob/develop/README.md
Linux Console Markdown Viewer
mdless README.md
cat README.md | mdless
Install
gem install mdless
Possibly:
apt update apt install ruby ncurses-utils gem install mdless
ref: https://github.com/ttscoff/mdless
---
Ubuntu:
sudo snap install mdless