mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 00:05:59 +02:00
feh: add page (#1891)
This commit is contained in:
parent
04c6dc9098
commit
497b6ebbeb
2 changed files with 54 additions and 0 deletions
27
pages/linux/feh.md
Normal file
27
pages/linux/feh.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# feh
|
||||||
|
|
||||||
|
> Lightweight image viewing utility.
|
||||||
|
|
||||||
|
- View images locally or using a URL:
|
||||||
|
|
||||||
|
`feh {{path/to/images}}`
|
||||||
|
|
||||||
|
- View images recursively:
|
||||||
|
|
||||||
|
`feh --recursive {{path/to/images}}`
|
||||||
|
|
||||||
|
- View images without window borders:
|
||||||
|
|
||||||
|
`feh --borderless {{path/to/images}}`
|
||||||
|
|
||||||
|
- Exit after the last image:
|
||||||
|
|
||||||
|
`feh --cycle-once {{path/to/images}}`
|
||||||
|
|
||||||
|
- Set the slideshow cycle delay:
|
||||||
|
|
||||||
|
`feh --slideshow-delay {{seconds}} {{path/to/images}}`
|
||||||
|
|
||||||
|
- Set your wallpaper (centered, filled, maximized, scaled or tiled):
|
||||||
|
|
||||||
|
`feh --bg-{{center|fill|max|scale|tile}} {{path/to/image}}`
|
27
pages/osx/feh.md
Normal file
27
pages/osx/feh.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# feh
|
||||||
|
|
||||||
|
> Lightweight image viewing utility.
|
||||||
|
|
||||||
|
- View images locally or using a URL:
|
||||||
|
|
||||||
|
`feh {{path/to/images}}`
|
||||||
|
|
||||||
|
- View images recursively:
|
||||||
|
|
||||||
|
`feh --recursive {{path/to/images}}`
|
||||||
|
|
||||||
|
- View images without window borders:
|
||||||
|
|
||||||
|
`feh --borderless {{path/to/images}}`
|
||||||
|
|
||||||
|
- Exit after the last image:
|
||||||
|
|
||||||
|
`feh --cycle-once {{path/to/images}}`
|
||||||
|
|
||||||
|
- Set the slideshow cycle delay:
|
||||||
|
|
||||||
|
`feh --slideshow-delay {{seconds}} {{path/to/images}}`
|
||||||
|
|
||||||
|
- Set your wallpaper (centered, filled, maximized, scaled or tiled):
|
||||||
|
|
||||||
|
`feh --bg-{{center|fill|max|scale|tile}} {{path/to/image}}`
|
Loading…
Add table
Reference in a new issue