sxiv
Simple X Image Viewer
sxiv is an alternative to feh and qiv. Its primary goal is to provide the most basic features required for fast image viewing. It has vi key bindings and works nicely with tiling window managers. Its code base should be kept small and clean to make it easy for you to dig into it and customize it for your needs.
- Versions: 26
- Website: https://github.com/muennich/sxiv
- Licenses: GPL 2+
- Package source: gnu/packages/image-viewers.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sxiv
as follows:
guix install sxiv
Or install a particular version:
guix install sxiv@26
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of sxiv about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sxiv'><img src='https://packages.guix.gnu.org/packages/sxiv/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/sxiv)
Example Org:
[[https://packages.guix.gnu.org/packages/sxiv][https://packages.guix.gnu.org/packages/sxiv/badges/latest-version.svg]]