1
0
Fork 0
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:
Severin Fürbringer 2018-01-23 04:25:54 +01:00 committed by Agniva De Sarker
parent 04c6dc9098
commit 497b6ebbeb
2 changed files with 54 additions and 0 deletions

27
pages/linux/feh.md Normal file
View 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
View 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}}`