Files
tldr/pages/linux/eog.md
T
Rinas b239853150 eog: add page (#18553)
* eog:add page

* Update pages/linux/eog.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

* Update pages/linux/eog.md

Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
2025-10-13 20:59:08 -07:00

515 B

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}}