mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
glow: add page (#4742)
This commit is contained in:
parent
0813105e16
commit
b5255686cd
1 changed files with 24 additions and 0 deletions
24
pages/common/glow.md
Normal file
24
pages/common/glow.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# glow
|
||||
|
||||
> Render Markdown in the terminal.
|
||||
> More infomration: <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 {{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}}`
|
Loading…
Add table
Reference in a new issue