1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 05:55:57 +02:00

feh: add Chinese translation

This commit is contained in:
wizarot 2019-02-26 11:13:00 +08:00 committed by Starbeamrainbowlabs
parent cf4a5023c2
commit d11523189f

27
pages.zh/osx/feh.md Normal file
View file

@ -0,0 +1,27 @@
# feh
> 轻量级图像查看工具.
- 查看本地图像或使用URL:
`feh {{图片路径}}`
- 递归查看图像:
`feh --recursive {{图片路径}}`
- 使用无边框窗口查看图像:
`feh --borderless {{图片路径}}`
- 在浏览完最后一个图像之后退出:
`feh --cycle-once {{图片路径}}`
- 设置幻灯片放映周期延迟时间(秒):
`feh --slideshow-delay {{秒}} {{图片路径}}`
- 设置墙纸(居中、填充、最大化、缩放或平铺):
`feh --bg-{{center|fill|max|scale|tile}} {{图片路径}}`