From 6b51b76b220f1e921dccef6072715d0576e9b09a Mon Sep 17 00:00:00 2001 From: Mark Gross <10702518+MarkusG@users.noreply.github.com> Date: Sat, 24 Oct 2020 06:06:40 -0700 Subject: [PATCH] sxiv: add page (#4806) --- pages/linux/sxiv.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/sxiv.md diff --git a/pages/linux/sxiv.md b/pages/linux/sxiv.md new file mode 100644 index 0000000000..3a25e2a57c --- /dev/null +++ b/pages/linux/sxiv.md @@ -0,0 +1,24 @@ +# sxiv + +> Simple X Image Viewer. +> More information: . + +- 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}}`