
sxiv
List of commands for sxiv:
-
sxiv:tldr:448f3 sxiv: Open a space-separated list of images as a slideshow.$ sxiv -S ${seconds} ${filename}try on your machineexplain this command
-
sxiv:tldr:65dc5 sxiv: Open a newline-separated list of images, reading filenames from standard input.$ echo ${filename} | sxiv -itry on your machineexplain this command
-
sxiv:tldr:e52ff sxiv: Open a space-separated list of images in thumbnail mode.$ sxiv -t ${filename}try on your machineexplain this command
-
sxiv:tldr:edda4 sxiv: Open an image in fullscreen mode.$ sxiv -f ${filename}try on your machineexplain this command