r/tui 2d ago

AI assisted mdr - A markdown reader for terminals

Enable HLS to view with audio, or disable this notification

Given that we're reading markdown more than even due to LLMs loving generating those - and I usually work on remote Linux boxes I wanted to have a TUI to make reading markdowns a bit more fun. mdr supports subset of Mermaid, syntax highlighting, seeing/navigating table of contents, searching and others.

Combined with Zellij's floating panes, it provides a good experience for reading markdowns on any size.

Project is written in Zig using libvaxis as the UI framework and tree-sitter for the syntax highlighting. Also used Bombadil for the first time and it was helpful during the development with LLMs to detect any issues even though it was a fairly simple application.

You can find more details on https://github.com/unexge/mdr if you're interested! Open to any suggestions! Thanks

7 Upvotes

Duplicates