charm-glow

Render and browse Markdown documents in the terminal using glow.

12|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/alxxpersonal/forge --skill charm-glow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: charm-glow
Source: https://github.com/alxxpersonal/forge/tree/main/skills/charm-glow
Command: npx skills add https://github.com/alxxpersonal/forge --skill charm-glow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View and browse Markdown files in the terminal with glow - CLI and TUI modes, pager, word wrapping, styles. Use when viewing markdown in the terminal, glow, or browsing markdown files from the command line. NOT for rendering markdown programmatically in Go (use glamour).

Core Features & Use Cases

  • CLI rendering and styling of Markdown files in the terminal using glow.
  • TUI-based browsing and navigation of Markdown documents with a built-in pager and wrap options.
  • Style customization via glamour-compatible JSON styles and terminal theming.

Quick Start

Run glow README.md to render and browse a local Markdown file in the terminal.

Frequently Asked Questions about charm-glow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view Markdown files in the terminal?

You can view Markdown files in the terminal by running glow on local files, URLs, or git-repo documents. It renders Markdown with word wrapping and styling directly in your command line interface.

Can I browse and navigate Markdown documents interactively from the command line?

Yes, you can browse Markdown documents interactively using the built-in TUI mode. It provides terminal-based navigation with a configurable pager and word wrap options for reading files.

Does this approach support styling Markdown output with custom themes?

Yes, styling Markdown output is supported through glamour-compatible JSON styles. You can apply custom terminal theming to render local files or URLs with personalized visual styles.

What is the best way to read a Markdown README from a git repository in the terminal?

The best way to read a git-repo Markdown file in the terminal is using glow. It supports rendering Markdown from git repositories directly in CLI mode or through an interactive TUI pager.

Why should I not use this for rendering Markdown programmatically in Go?

You should not use this for rendering Markdown programmatically in Go because it is designed for terminal viewing. For programmatic Go rendering, you should use the glamour library directly instead.