|
|
|
Show HN: Mdr – TUI Markdown Reader
(github.com)
|
|
1 points
by seymores
122 days ago
|
|
mdr is a rust-based terminal Markdown reader with these core features: - Renders Markdown well: headings, lists, emphasis, blockquotes, rules, tables, and syntax-highlighted code blocks.
- Multi-document queue: start with multiple files/directories, then move through docs in-app.
- Filesystem browser (o): starts at current working directory, lets you traverse folders and open Markdown files.
- Search: / to search, n/N next/previous, highlights all matches and current match.
- Link support: hover shows URL, Enter/mouse click opens links.
- Smooth TUI controls: keyboard + mouse scrolling, help overlay (h), quit (q), BeeLine mode toggle (b), plain mode toggle (m). I vibe coded this for my own needs and I hope it can be useful to you. |
|