System Grab Bag

View all TLDR pages from Linux (or from all pages)

sxiv

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.