Find a file
2015-11-11 17:40:55 +00:00
doc Update manpage 2015-11-11 16:48:12 +00:00
src Move SDL_RenderClear and SDL_RenderPresent back to main 2015-11-11 17:40:55 +00:00
.gitignore Initial commit 2015-11-05 19:57:24 +00:00
LICENSE Place imv under the MIT license 2015-11-05 22:35:17 +00:00
Makefile Improve Makefile 2015-11-11 15:38:34 +00:00
README.md Add installation instructions 2015-11-10 16:53:38 +00:00

imv - X11/Wayland Image Viewer

imv is a command line image viewer intended for use with tiling window managers.

Currently imv is in alpha. Command line flags and shortcuts may change without notice.

Features

  • Wayland Support
  • Support for over 30 different image file formats including:
    • Photoshop PSD files
    • Animated GIFS
    • Various RAW formats

Usage

Opening images

imv image1.png another_image.jpeg yet_another.TIFF

Opening images via stdin

find . "*.png" | imv -i

Autoscale images to fit the window

imv -s *.gif

Open an image fullscreen (and scale to fit screen)

imv -fs image.jpeg

Sorting images

find . "*.png" | sort | imv -i

Shuffling images

find . "*.png" | shuf | imv -i

Installation

make
make install

License

imv is published under the MIT license.