mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
okular: add page (#6070)
This commit is contained in:
parent
8f85a31e63
commit
14529866e2
1 changed files with 28 additions and 0 deletions
28
pages/common/okular.md
Normal file
28
pages/common/okular.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# okular
|
||||
|
||||
> A universal document viewer.
|
||||
> More information: <https://okular.kde.org/>.
|
||||
|
||||
- Launch Okular:
|
||||
|
||||
`okular`
|
||||
|
||||
- Open specific documents in Okular:
|
||||
|
||||
`okular {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Open a document at a specific page:
|
||||
|
||||
`okular --page {{page_number}} {{path/to/file}}`
|
||||
|
||||
- Open a document in presentation mode:
|
||||
|
||||
`okular --presentation {{path/to/file}}`
|
||||
|
||||
- Open a document and start the print dialog:
|
||||
|
||||
`okular --print {{path/to/file}}`
|
||||
|
||||
- Open a document and search for a specific string:
|
||||
|
||||
`okular --find {{search_string}} {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue