Show HN: A TUI for Markdown view an editing
mdee is a terminal-based user interface (TUI) tool for viewing and editing Markdown (.md) files, designed to run directly in the terminal. It can be installed via a simple curl command that downloads and executes the installation script from its official site. The project is hosted on GitHub, where users can access the source code and contribute. The tool aims to provide a lightweight, efficient way to work with Markdown without leaving the command line.
Opening excerpt (first ~120 words) tap to expand
mdee Markdown in the terminal — view and edit .md files Install curl -fsSL https://mdee.bkh.dev/install | bash Copy (function(){const c=document.getElementById("install-cmd"),o=document.getElementById("copy-announce"),r="curl -fsSL https://mdee.bkh.dev/install | bash";if(!c)return;location.protocol==="https:"?c.textContent="curl -fsSL "+location.origin+"/install | bash":c.textContent=r;const e=document.querySelector("#copy-install-btn");if(!e)return;const s=e.textContent?.trim()||"Copy",d=e.getAttribute("aria-label")||"Copy install command";let a;function l(t){const…
Excerpt limited to ~120 words for fair-use compliance. The full article is at mdee.