HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

eog — View and manage images. More information: <https://manned.org/eog>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandimagesandclimanageeogmoreview
linux

Problem

How to use the eog command: View and manage images. More information: <https://manned.org/eog>.

Solution

eog — View and manage images. More information: <https://manned.org/eog>.

Open an image file:
eog {{path/to/image.png}}


Open multiple images:
eog {{image1.jpg image2.png ...}}


Open images in fullscreen mode:
eog --fullscreen {{path/to/image.jpg}}


Start a slideshow:
eog --slide-show {{path/to/directory}}


Open a single image without image collection:
eog --single-window {{path/to/image.jpg}}


Open an image in a new window instance:
eog --new-instance {{path/to/image.jpg}}

Code Snippets

Open an image file

eog {{path/to/image.png}}

Open multiple images

eog {{image1.jpg image2.png ...}}

Open images in fullscreen mode

eog --fullscreen {{path/to/image.jpg}}

Start a slideshow

eog --slide-show {{path/to/directory}}

Open a single image without image collection

eog --single-window {{path/to/image.jpg}}

Context

tldr-pages: linux/eog

Revisions (0)

No revisions yet.