2025-03-14 21:59:59 -06:00
|
|
|
# sxiv
|
|
|
|
|
|
|
|
|
|
> Simple X Image Viewer.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/sxiv>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|