mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 16:58:20 +00:00
Update cheatsheets
This commit is contained in:
29
glow
Normal file
29
glow
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 {{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}}`
|
||||
Reference in New Issue
Block a user