mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
0830888bfa
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
451 B
451 B
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}}