mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 04:51:13 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/eog
Normal file
33
tldr/linux/eog
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user