live-markdown 0.1.2

Render markdown stream in real time. Useful for rendering LLM output.
Documentation

live-markdown

live-markdown is a lightweight utility designed to render a continuous stream of Markdown content directly in your terminal. Whether you're piping output from an LLM, monitoring log files, or building an interactive CLI, live-markdown ensures your docs look beautiful in real-time. Ported to rust from [https://pypi.org/project/live-markdown/].

✨ Features

  • Real-time Rendering: Handles incoming data chunks without flickering.
  • Code Highlighting: Syntax highlighting for over 100 languages.
  • Pipe-friendly: Works seamlessly with stdin.
  • Beautiful color palette.

Simply pipe to it!

llm "tell me about the world" | lm

TODO:

  • Add more test