tldr/pages.zh/common/feh.md

29 lines
609 B
Markdown
Raw Normal View History

2019-02-26 03:13:00 +00:00
# feh
> 轻量级图像查看工具。
> 更多信息:<https://feh.finalrewind.org>.
2019-02-26 03:13:00 +00:00
2022-03-27 06:25:15 +01:00
- 查看本地图像或使用 URL
2019-02-26 03:13:00 +00:00
`feh {{图片路径}}`
- 递归查看图像:
2019-02-26 03:13:00 +00:00
`feh --recursive {{图片路径}}`
- 使用无边框窗口查看图像:
2019-02-26 03:13:00 +00:00
`feh --borderless {{图片路径}}`
- 在浏览完最后一个图像之后退出:
2019-02-26 03:13:00 +00:00
`feh --cycle-once {{图片路径}}`
- 设置幻灯片放映周期延迟时间(秒):
2019-02-26 03:13:00 +00:00
`feh --slideshow-delay {{秒}} {{图片路径}}`
- 设置墙纸(居中、填充、最大化、缩放或平铺):
2019-02-26 03:13:00 +00:00
`feh --bg-{{center|fill|max|scale|tile}} {{图片路径}}`