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

glow: add Chinese translation (#15442)

This commit is contained in:
Mi manchi 2025-01-07 01:42:26 +08:00 committed by GitHub
parent 21c2ea811b
commit a8da901920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages.zh/common/glow.md Normal file
View file

@ -0,0 +1,24 @@
# glow
> 在终端渲染 Markdown.
> 更多信息:<https://github.com/charmbracelet/glow>.
- 运行 glow 并选择文件查看:
`glow`
- 渲染 Markdown 文件到终端:
`glow {{路径/到/文件}}`
- 使用分页器查看 Markdown 文件:
`glow -p {{路径/到/文件}}`
- 从 URL 查看文件:
`glow {{https://example.com/file.md}}`
- 查看 GitHub 或 GitLab 的 README:
`glow {{github.com/owner/repository}}`