Difference between revisions of "Mdless"

From Omnia
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
  
 
ref: https://github.com/ttscoff/mdless
 
ref: https://github.com/ttscoff/mdless
 +
 +
---
 +
 +
Ubuntu: (didn't work - error about Permission denied?)
 +
sudo snap install mdless

Latest revision as of 19:45, 26 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: (didn't work - error about Permission denied?)

sudo snap install mdless