Skip to content
/ vimiv Public
forked from karlch/vimiv

an image viewer with vim-like keybindings

License

Notifications You must be signed in to change notification settings

aszlig/vimiv

 
 

Repository files navigation

vimiv banner

License badge Coverage Code Health Version badge

Version 0.7.2

Releases | Changelog

Features

  • vim-like keybindings
  • thumbnail mode (supports caching of thumbnails)
  • simple library browser (browse through folders and open images)
  • basic image editing (rotate, flip, brightness, contrast and optimize)
  • search directory recursively for images
  • slideshow mode
  • marking of images
  • simple tag system
  • searching with search highlight
  • command line with tab-completion
  • run external commands
  • pipe external commands to vimiv

Screenshots

Open image and library

image + library

Thumbnail mode

thumbnail mode

Configuration

Vimiv comes with two configuration files. The vimivrc for general settings and the keys.conf for all keybindings. See vimivrc(5) for further information.

Dependencies

  • python3
  • python-gobject
  • gtk3
  • python-pillow
  • python-setuptools (for installation)
  • imagemagick (optional for the optimization of images)
  • jhead (optional for much better autorotation depending on EXIF data)

Installation

Be sure to install the dependencies first. A simple sudo make install should then suffice. For arch-users there is an AUR package called vimiv for the latest stable version and vimiv-git for the developing branch. If you do not use the AUR package, you may need to update your icon cache after installation.

To remove vimiv the standard sudo make uninstall works.

Documentation

Vimiv comes with two man-pages for further documentation: vimiv(1) for general information and vimivrc(5) for the configuration files.

Thanks to

James Campos, author of Pim https://github.com/Narrat/Pim upon which vimiv is built.

Bert Muennich, author of sxiv https://github.com/muennich/sxiv which inspired many of the features of vimiv.

About

an image viewer with vim-like keybindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Other 1.6%