Esta página se muestra en inglés. Una traducción al español está en curso.
ConfigsApr 12, 2026·2 min de lectura

Glow — Render Markdown on the CLI with Style

Glow is a terminal-based Markdown reader from Charmbracelet. Renders Markdown beautifully in the terminal with syntax highlighting, word wrapping, and theming. Also features a stash for bookmarking Markdown files.

Introducción

Glow is a terminal-based Markdown reader from Charmbracelet (the Bubble Tea / Lip Gloss team). Renders Markdown beautifully in the terminal with syntax highlighting, colored headings, tables, lists, code blocks, and links. Also includes a stash feature for bookmarking and browsing Markdown files.

What Glow Does

  • Render Markdown — headings, code blocks, tables, lists, links
  • Syntax highlighting — for code blocks
  • Themes — dark, light, auto-detect
  • Pager mode — scroll long documents
  • Stash — bookmark and browse local Markdown files
  • URL support — render remote Markdown files
  • Pipe support — read from stdin
  • Word wrap — configurable width

Comparison

Tool Render Pager Stash
Glow Beautiful Yes Yes
bat (with .md) Syntax only Yes No
mdcat Good No No
rich (Python) Good No No
cat None No No

FAQ

Q: Difference from reading Markdown with bat? A: bat shows Markdown source (syntax highlighting); Glow renders Markdown (headings get larger, code blocks get a background, links are clickable).

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados