commands.sh

feh

all

Lightweight image viewing utility.

More info →

Options (8)

-r, --recursiveboolean

View images recursively

Example: feh {{[-r|--recursive]}} {{path/to/images}}
-d, --draw-filenameboolean

View images and display the file name at the top-left of the images

Example: feh {{[-d|--draw-filename]}} {{path/to/images}}
-x, --borderlessboolean

View images without window borders

Example: feh {{[-x|--borderless]}} {{path/to/images}}
-D, --slideshow-delayboolean

Use a specific slideshow cycle delay

Example: feh {{[-D|--slideshow-delay]}} {{seconds}} {{path/to/images}}
-m, --montageboolean

Create a montage of all images within a directory, outputting as a new image

Example: feh {{[-m|--montage]}} {{[-E|--thumb-height]}} {{150}} {{[-y|--thumb-width]}} {{150}} --index-info "{{%nn%wx%h}}" {{[-o|--output]}} {{path/to/montage_image.png}}
-E, --thumb-heightboolean

Create a montage of all images within a directory, outputting as a new image

Example: feh {{[-m|--montage]}} {{[-E|--thumb-height]}} {{150}} {{[-y|--thumb-width]}} {{150}} --index-info "{{%nn%wx%h}}" {{[-o|--output]}} {{path/to/montage_image.png}}
-y, --thumb-widthboolean

Create a montage of all images within a directory, outputting as a new image

Example: feh {{[-m|--montage]}} {{[-E|--thumb-height]}} {{150}} {{[-y|--thumb-width]}} {{150}} --index-info "{{%nn%wx%h}}" {{[-o|--output]}} {{path/to/montage_image.png}}
-o, --outputboolean

Create a montage of all images within a directory, outputting as a new image

Example: feh {{[-m|--montage]}} {{[-E|--thumb-height]}} {{150}} {{[-y|--thumb-width]}} {{150}} --index-info "{{%nn%wx%h}}" {{[-o|--output]}} {{path/to/montage_image.png}}

Examples (8)

View images locally or using a URL

feh path/to/images

View images recursively

feh [-r|--recursive] path/to/images

View images and display the file name at the top-left of the images

feh [-d|--draw-filename] path/to/images

View images without window borders

feh [-x|--borderless] path/to/images

Set the behavior when reaching the beginning or end of the image list

feh --on-last-slide hold|quit|resume path/to/images

Use a specific slideshow cycle delay

feh [-D|--slideshow-delay] seconds path/to/images

Use a specific wallpaper mode (centered, filled, maximized, scaled, or tiled)

feh --bg-center|fill|max|scale|tile path/to/image

Create a montage of all images within a directory, outputting as a new image

feh [-m|--montage] [-E|--thumb-height] 150 [-y|--thumb-width] 150 --index-info "%nn%wx%h" [-o|--output] path/to/montage_image.png
made by @shridhargupta | data from tldr-pages