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/file}}`
|
|
|
|
|
|
|
|
- Open an image in fullscreen mode:
|
|
|
|
|
|
|
|
`sxiv -f {{path/to/file}}`
|
|
|
|
|
2023-08-09 06:29:02 +01:00
|
|
|
- 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 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}}`
|