Go to file
karlch 464a1b7700 Add bumpversion config 2023-07-15 17:31:50 +02:00
.github Bump actions/setup-python from 4.6.1 to 4.7.0 (#666) 2023-07-15 11:02:02 +02:00
c-extension Add hue, saturation, lightness to c-extension 2019-06-20 22:05:50 +02:00
docs Docs: Add v0.10.0 placeholder to changelog 2023-07-15 17:31:25 +02:00
icons Add icons 2019-01-05 17:14:14 +01:00
misc Release v0.9.0 2023-07-15 17:10:47 +02:00
scripts Docs: extend settings table 2023-07-07 15:42:43 +02:00
tests Fix edit detection for formats not supporting edit 2023-07-13 18:54:54 +02:00
vimiv Fix edit detection for formats not supporting edit 2023-07-13 18:54:54 +02:00
.bumpversion.cfg Add bumpversion config 2023-07-15 17:31:50 +02:00
.codecov.yml chore(ci): add informational Codecov status checks 2022-04-20 23:03:23 -04:00
.coveragerc Exclude __repr__ from coverage reporting 2020-02-04 16:09:40 +01:00
.gitignore Add pytest fixtures to retrieve gif/svg file 2020-06-04 20:28:30 +02:00
.pre-commit-config.yaml Update black version in pre-commit config 2023-01-03 16:33:51 +01:00
.pydocstylerc Fix formatting in .pydocstylerc 2019-01-20 20:28:12 +01:00
.pylintrc Pylint: Remove now useless --disable option values 2023-01-03 17:43:03 +01:00
AUTHORS Update changelog and AUTHORS 2023-07-07 06:19:22 -04:00
LICENSE Release under Gnu GPL v3 2017-12-27 21:13:28 +01:00
MANIFEST.in Fix a few issues with metainfo.xml 2020-06-16 16:08:43 +02:00
README.md README: Fix and in wrong position 2021-04-20 18:25:40 +02:00
fastentrypoints.py adds encoding="utf-8" everywhere 2021-09-05 13:30:42 -04:00
mypy.ini Mypy: Allow implicit optional 2023-01-03 18:16:51 +01:00
pytest.ini Fix conftest for metadata redesign and test version 2023-06-24 14:00:50 +02:00
setup.py Update setup.py requiring at least python 3.8 2023-07-11 22:21:52 +02:00
tox.ini Merge pull request #657 from karlch/improve-docs 2023-07-15 11:06:41 +02:00

README.md

vimiv banner

Build Status Codecov Code style: black

website | docs | install | screenshots | changelog | contributing

vimiv screencast

This Qt port is the future of vimiv. New features will only be implemented here and there are already many improvements compared to the deprecated gtk version. The old version is only recommended if you require a more stable software. In case there is anything you miss here, please open an issue. Check the roadmap for more details.


Vimiv is an image viewer with vim-like keybindings. It is written in python3 using the Qt5 toolkit and is free software, licensed under the GPL.

Features

  • Basic image operations and navigation
  • ranger-like library to browse your images
  • Thumbnail mode: navigable grid of image previews
  • Command mode with tab-completion
  • Search with pattern matching
  • Simple mark and tag system
  • Customization of keybindings, settings and style via configuration files, base-16 support, ...

Install

To learn how to get vimiv running on various platforms, please check out the installation guide.

Documentation

Much more details on vimiv are available on the website. Here are some hints to get you started:

  • The installation guide includes instructions on how to get vimiv running on various platforms.
  • Getting started starts with the basic concepts and keybindings to later show some more advanced features.
  • Commands gives a complete overview and description of all commands.
  • Keybindings lists the default keybindings and describes how to configure them.
  • Settings describes the available settings and how to change them.
  • Style explains how to configure the look and colorscheme of vimiv.
  • Plugins illustrates vimiv's python plugin system: a great way to extend the functionality beyond the defaults and to start delving into the source code.

Contributing

You want to contribute to vimiv? Great! 🎉

Every little help counts and is appreciated! Feel free to read the contributing guidelines for some useful tips and tricks.

There are many ways to contribute, including:

Need help? Feel free to contact me directly or, even better, open an issue on github.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.