snippetbashTip
glow — Render Markdown in the terminal. More information: <https://manned.org/glow>.
Viewed 0 times
theterminalcommandmarkdownclirendermoreglow
Problem
How to use the
glow command: Render Markdown in the terminal. More information: <https://manned.org/glow>.Solution
glow — Render Markdown in the terminal. More information: <https://manned.org/glow>.Run glow and select a file to view:
glowRender 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}}Code Snippets
Run glow and select a file to view
glowRender 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}}Context
tldr-pages: common/glow
Revisions (0)
No revisions yet.