mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 03:49:18 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/evince
Normal file
29
tldr/linux/evince
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# evince
|
||||
|
||||
> View documents.
|
||||
> More information: <https://manned.org/evince>.
|
||||
|
||||
- Open a PDF file:
|
||||
|
||||
`evince {{path/to/file.pdf}}`
|
||||
|
||||
- Open multiple documents:
|
||||
|
||||
`evince {{file1.pdf file2.pdf ...}}`
|
||||
|
||||
- Open in fullscreen mode:
|
||||
|
||||
`evince {{[-f|--fullscreen]}} {{path/to/file.pdf}}`
|
||||
|
||||
- Open in presentation mode:
|
||||
|
||||
`evince {{[-s|--presentation]}} {{path/to/file.pdf}}`
|
||||
|
||||
- Open a specific page number:
|
||||
|
||||
`evince {{[-i|--page-index]}} {{5}} {{path/to/file.pdf}}`
|
||||
Reference in New Issue
Block a user