Feh — image viewer and cataloguer

From WickyWiki


Install:

sudo apt-get install feh

Example usage:

  • Slide show of all images in /media/wilbert/Data/persoonlijk.wilbert.fotos and below
  • Show in random order
  • Black background
  • Assuming the images are categorized in subfolders it will show the containing folder-name. This is done with the following statement where %F is the full path and filename:
    • echo %F | rev | cut --delimiter=/ -f2 | rev
feh /media/wilbert/Data/persoonlijk.wilbert.fotos \
	--recursive \
	--randomize \
	--scale-down \
	--auto-zoom \
	--image-bg black \
	--fullscreen \
	--draw-tinted \
	--info "echo %F | rev | cut --delimiter=/ -f2 | rev" \
	--slideshow-delay 9

More examples: