› Advanced »

The command line

To start the image viewer from the Terminal, type eog.

You can open a specific file by typing the filename after the eog command:

eog image.jpeg

You can open multiple images by typing the filenames after the eog command, separating the filenames by a space:

eog image1.jpeg image2.jpeg

To see all the images opened in the instance, you may wish to browse the image gallery.

Open an image in fullscreen mode

eog --fullscreen image.jpeg

Open images in slideshow mode

eog --slide-show Pictures/

Open image in a new instance

eog --new-instance image.jpeg