1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/glow.md

25 lines
429 B
Markdown
Raw Normal View History

2020-10-19 10:15:13 -07:00
# glow
> Render Markdown in the terminal.
> More infomration: <https://github.com/charmbracelet/glow>.
- Run glow and select a file to view:
`glow`
2020-12-29 08:45:05 -03:00
- Render a Markdown file to the terminal:
2020-10-19 10:15:13 -07:00
`glow {{path/to/file}}`
2020-12-29 08:45:05 -03:00
- View a Markdown file using a paginator:
2020-10-19 10:15:13 -07:00
`glow -p {{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}}`