sxiv

Simple X Image Viewer. More information: <https://github.com/muennich/sxiv>.

Install

All systems
curl cmd.cat/sxiv.sh
Debian Debian
apt-get install sxiv
Ubuntu
apt-get install sxiv
Alpine
apk add sxiv
Arch Arch Linux
pacman -S sxiv
image/svg+xml Kali Linux
apt-get install sxiv
Fedora
dnf install sxiv
Windows (WSL2)
sudo apt-get update sudo apt-get install sxiv
OS X
brew install sxiv
Raspbian
apt-get install sxiv
Docker
docker run cmd.cat/sxiv sxiv powered by Commando

Simple X Image Viewer. More information: <https://github.com/muennich/sxiv>.

  • Open an image:
    sxiv path/to/file
  • Open an image in fullscreen mode:
    sxiv -f path/to/file
  • Open a newline-separated list of images, reading filenames from `stdin`:
    echo path/to/file | sxiv -i
  • Open a space-separated list of images as a slideshow:
    sxiv -S seconds path/to/file
  • Open a space-separated list of images in thumbnail mode:
    sxiv -t path/to/file

© tl;dr; authors and contributors