1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

sxiv: add page (#4806)

This commit is contained in:
Mark Gross 2020-10-24 06:06:40 -07:00 committed by GitHub
parent 3390985762
commit 6b51b76b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/linux/sxiv.md Normal file
View file

@ -0,0 +1,24 @@
# 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}}`
- Open a newline-separated list of images, reading filenames from standard input:
`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}}`