-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glow: add Chinese translation (#15442)
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |