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