Forrest logo
back to context overview

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 machine
    explain this command
  • sxiv:tldr:4af97 sxiv: Open an image.
    $ sxiv ${filename}
    try on your machine
    explain this command
  • sxiv:tldr:65dc5 sxiv: Open a newline-separated list of images, reading filenames from standard input.
    $ echo ${filename} | sxiv -i
    try on your machine
    explain this command
  • sxiv:tldr:e52ff sxiv: Open a space-separated list of images in thumbnail mode.
    $ sxiv -t ${filename}
    try on your machine
    explain this command
  • sxiv:tldr:edda4 sxiv: Open an image in fullscreen mode.
    $ sxiv -f ${filename}
    try on your machine
    explain this command
back to context overview