1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 20:35:25 +02:00
tldr/pages/linux/sxiv.md
Managor 79b8d3e3b8
*: replace … with individual dots and refresh pages (#16368)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-04 10:20:26 +03:00

491 B

sxiv

Simple X Image Viewer. More information: https://manned.org/sxiv.

  • Open an image:

sxiv {{path/to/image}}

  • 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 one or more images as a slideshow:

sxiv -S {{seconds}} {{path/to/image1 path/to/image2}}

  • Open one or more images in thumbnail mode:

sxiv -t {{path/to/image1 path/to/image2}}