@freezr@friendica.myportal.social
Post #616498
2026-03-04 20:27 UTC
Today I learned!
#TIL this handy command to read a #Markdown file on your terminal:
pandoc your-file.md | lynx -stdinYep, you need to install #Pandoc and #Lynx.
If you know a better solution, please, share it! ๐
Everything on my beloved #FreeBSD tiny box!
#RunBSD ๐ฆพ
Replies (3)
-
@aslakr@mastodon.social 2026-03-04 20:34
@freezr https://kristaps.bsd.lv/lowdown/ lowdown -t term Exist of course as a port/pkg https://ports.freebsd.org/cgi/ports.cgi?stype=pkg&query=textproc/lowdown
-
@fedops@fosstodon.org 2026-03-04 20:44
@freezr bat would be another option: https://github.com/sharkdp/bat
-
@pawamoy@fosstodon.org 2026-03-04 22:35
@freezr uvx frogmouth your-file.md EDIT: hmm frogmouth seems unmaintained unfortunately. Fixed command: uvx --overrides 0.24.1") frogmouth your-file.md EDIT again: Hike seems to be a successor to Frogmouth, and is developed by @davep@fosstodon.org ๐ https://github.com/davep/hike