likes
comments
collection
share

一个采用类似Vim快捷键的图片浏览器

作者站长头像
站长
· 阅读数 29

一个采用类似Vim快捷键的图片浏览器

一个采用类似Vim快捷键的图片浏览器 一个采用类似Vim快捷键的图片浏览器 一个采用类似Vim快捷键的图片浏览器 一个采用类似Vim快捷键的图片浏览器

Version 0.9.0 (unreleased)

Releases | Website | Documentation | Changelog

Vimiv is an image viewer with vim-like keybindings. It is written in python3 using the Gtk3 toolkit. Some of the features are:

  • Thumbnail mode
  • Simple library browser
  • Basic image editing
  • Command line with tab completion

For much more information please check out the documentation. If you are new to vimiv, this is a good place to get started. For a quick overview check out the keybinding cheatsheet.

Screenshots

Open image and library

一个采用类似Vim快捷键的图片浏览器

Thumbnail mode

一个采用类似Vim快捷键的图片浏览器

Installation

Install the dependencies listed below first. To use the development version clone this repository, for the latest stable check out the releases page. To install a simple # make install should suffice. To remove vimiv the standard # make uninstall works. You may need to update your icon cache after installation.

For Arch Linux users the latest release is available from [community] and there is the AUR package vimiv-git for the development branch.

Dependencies

  • python3
  • python-gobject
  • gtk3
  • python-setuptools (for installation)
  • python-dev (on debian-based systems for installation)
  • libgexiv2 (optional for EXIF support; needed for saving without deleting EXIF tags and for the autorotate command)

Thanks to

  • James Campos, author of Pim which was the starting point for vimiv
  • Bert Muennich, author of sxiv which inspired many of the features of vimiv.
  • Anyone who has contributed or reported bugs
转载自:https://juejin.cn/post/6844903506587959310
评论
请登录