commands.sh

glow

all

Render Markdown in the terminal.

More info →

Options (1)

-p, --pagerboolean

View a Markdown file using a paginator

Example: glow {{[-p|--pager]}} {{path/to/file}}

Examples (5)

Run glow and select a file to view

Render a Markdown file to the terminal

glow path/to/file

View a Markdown file using a paginator

glow [-p|--pager] path/to/file

View a file from a URL

glow https://example.com/file.md

View a GitHub/GitLab README

glow github.com/owner/repository
made by @shridhargupta | data from tldr-pages