Forrest logo
back to context overview

feh

List of commands for feh:

  • feh:tldr:0cd8a feh: Create a montage of all images within a directory. Outputs as a new image.
    $ feh --montage --thumb-height ${150} --thumb-width ${150} --index-info "${%nn%wx%h}" --output ${path-to-montage_image-png}
    try on your machine
    explain this command
  • feh:tldr:7477c feh: Set the slideshow cycle delay.
    $ feh --slideshow-delay ${seconds} ${path-to-images}
    try on your machine
    explain this command
  • feh:tldr:884bf feh: View images without window borders.
    $ feh --borderless ${path-to-images}
    try on your machine
    explain this command
  • feh:tldr:8bbc0 feh: View images recursively.
    $ feh --recursive ${path-to-images}
    try on your machine
    explain this command
  • feh:tldr:92731 feh: View images locally or using a URL.
    $ feh ${path-to-images}
    try on your machine
    explain this command
  • feh:tldr:a27c4 feh: Exit after the last image.
    $ feh --cycle-once ${path-to-images}
    try on your machine
    explain this command
  • feh:tldr:c3d6c feh: Set your wallpaper (centered, filled, maximized, scaled or tiled).
    $ feh --bg-${select} ${path-to-image}
    try on your machine
    explain this command
back to context overview