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

33 lines
840 B
Markdown
Raw Normal View History

2019-02-26 11:13:00 +08:00
# feh
> 轻量级图像查看工具。
> 更多信息:<https://feh.finalrewind.org>.
2019-02-26 11:13:00 +08:00
2022-03-27 07:25:15 +02:00
- 查看本地图像或使用 URL:
2019-02-26 11:13:00 +08:00
`feh {{路径/到/图像}}`
2019-02-26 11:13:00 +08:00
- 递归查看图像:
2019-02-26 11:13:00 +08:00
`feh --recursive {{路径/到/图像}}`
2019-02-26 11:13:00 +08:00
- 使用无边框窗口查看图像:
2019-02-26 11:13:00 +08:00
`feh --borderless {{路径/到/图像}}`
2019-02-26 11:13:00 +08:00
- 在浏览完最后一个图像之后退出:
2019-02-26 11:13:00 +08:00
`feh --cycle-once {{路径/到/图像}}`
2019-02-26 11:13:00 +08:00
- 设置幻灯片放映周期延迟时间(秒):
2019-02-26 11:13:00 +08:00
`feh --slideshow-delay {{秒}} {{路径/到/图像}}`
2019-02-26 11:13:00 +08:00
- 设置墙纸(居中、填充、最大化、缩放或平铺):
2019-02-26 11:13:00 +08:00
`feh --bg-{{center|fill|max|scale|tile}} {{路径/到/图像}}`
- 创建目录中所有图像的拼贴,并作为新图像输出:
`feh --montage --thumb-height {{150}} --thumb-width {{150}} --index-info "{{%nn%wx%h}}" --output {{路径/到/拼贴图像.png}}`