tldr/pages/linux/sxiv.md

25 lines
500 B
Markdown
Raw Normal View History

2020-10-24 14:06:40 +01:00
# sxiv
> Simple X Image Viewer.
> More information: <https://github.com/muennich/sxiv>.
- Open an image:
`sxiv {{path/to/image}}`
2020-10-24 14:06:40 +01:00
- Open an image in fullscreen mode:
`sxiv -f {{path/to/file}}`
- Open a newline-separated list of images, reading filenames from `stdin`:
2020-10-24 14:06:40 +01:00
`echo {{path/to/file}} | sxiv -i`
- Open one or more images as a slideshow:
2020-10-24 14:06:40 +01:00
`sxiv -S {{seconds}} {{path/to/image1 path/to/image2}}`
2020-10-24 14:06:40 +01:00
- Open one or more images in thumbnail mode:
2020-10-24 14:06:40 +01:00
`sxiv -t {{path/to/image1 path/to/image2}}`