Skip to content
Tech News
← Back to articles

Show HN: leaf – a terminal Markdown previewer with a GUI-like experience

read original get Leaf Markdown Previewer → more articles
Why This Matters

leaf introduces a terminal-based Markdown previewer that offers a GUI-like experience, making it easier for developers and writers to view Markdown files seamlessly within the terminal environment. Its cross-platform support and simple installation process enhance productivity and streamline workflows for users working with Markdown documentation. This tool signifies a step toward more integrated and user-friendly CLI applications in the tech industry.

Key Takeaways

Terminal Markdown Previewer — GUI-like experience.

Install

Install the latest published binary.

macOS / Linux / Android / Termux:

curl -fsSL https://raw.githubusercontent.com/RivoLink/leaf/main/scripts/install.sh | sh

Windows:

irm https: // raw.githubusercontent.com / RivoLink / leaf / main / scripts / install.ps1 | iex

npm:

npm install -g @rivolink/leaf

Verify the installation:

... continue reading