feh: add page (#1891)
This commit is contained in:

committed by
Agniva De Sarker

parent
04c6dc9098
commit
497b6ebbeb
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}}`
|
Reference in New Issue
Block a user