Elektrine lite

โ† Feed

@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

    Open ##3885744

  • @fedops@fosstodon.org 2026-03-04 20:44

    @freezr bat would be another option: https://github.com/sharkdp/bat

    Open ##3885745

  • @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

    Open ##3885746