add new chinese translations
This commit is contained in:
24
pages.zh/common/viu.md
Normal file
24
pages.zh/common/viu.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# viu
|
||||
|
||||
> 在终端上查看图像。
|
||||
> 更多信息:<https://github.com/atanunq/viu>。
|
||||
|
||||
- 渲染图像或动画 GIF:
|
||||
|
||||
`viu {{path/to/file}}`
|
||||
|
||||
- 使用 `curl` 从互联网渲染图像或 GIF:
|
||||
|
||||
`curl -s {{https://example.com/image.png}} | viu -`
|
||||
|
||||
- 渲染带有透明背景的图像:
|
||||
|
||||
`viu -t {{path/to/file}}`
|
||||
|
||||
- 以特定的宽度和高度(像素)渲染图像:
|
||||
|
||||
`viu -w {{width}} -h {{height}} {{path/to/file}}`
|
||||
|
||||
- 渲染图像或 GIF 并显示其文件名:
|
||||
|
||||
`viu -n {{path/to/file}}`
|
Reference in New Issue
Block a user