1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 21:35:25 +02:00
tldr/pages/common/glow.md

443 B

glow

Render Markdown in the terminal. More information: https://github.com/charmbracelet/glow.

  • Run glow and select a file to view:

glow

  • 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}}