mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 13:41:33 +00:00
22 lines
401 B
Plaintext
22 lines
401 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# viewnior
|
|
|
|
> Simple and elegant image viewer.
|
|
> More information: <https://manned.org/viewnior>.
|
|
|
|
- View an image:
|
|
|
|
`viewnior {{path/to/image.ext}}`
|
|
|
|
- View in fullscreen mode:
|
|
|
|
`viewnior --fullscreen {{path/to/image.ext}}`
|
|
|
|
- View fullscreen in slideshow mode:
|
|
|
|
`viewnior --slideshow {{path/to/image.ext}}`
|