Linux command
zathura 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Open
zathura [path/to/file]
Example
zathura -P [page_number] [path/to/file]
Example
zathura --fork [path/to/file]
Example
zathura --password [password] [path/to/file]
说明
zathura is a Vim-like modal document viewer. It supports PDF, PostScript, DjVu, and other formats through backends. The viewer features keyboard-driven navigation, bookmarks, and an integrated command line.
参数
- -P, --page _NUM_
- Open document at given page number (starting from 1, negative from end).
- --fork
- Fork into the background.
- --password _PASSWORD_
- Provide the document password.
- -e _XID_, --reparent _XID_
- Reparent to window specified by XID.
- h/j/k/l or Arrow keys
- Navigate left/up/down/right.
- J/K or PgDn/PgUp
- Go to next/previous page.
- r
- Rotate document.
- Ctrl+r
- Invert colors (recolor mode).
- /
- Search for text.
- n/N
- Search next/previous result.
- d
- Toggle dual page view.
- F5
- Switch to presentation mode.
- F11
- Toggle fullscreen.
- :bmark _NAME_
- Create bookmark.
- :bdelete _NAME_
- Delete bookmark.
- :blist
- List bookmarks.
- +, -
- Zoom in/out.
- a
- Fit to width.
- s
- Fit to page.
FAQ
What is the zathura command used for?
zathura is a Vim-like modal document viewer. It supports PDF, PostScript, DjVu, and other formats through backends. The viewer features keyboard-driven navigation, bookmarks, and an integrated command line.
How do I run a basic zathura example?
Run `zathura [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -P, --page _NUM_ do in zathura?
Open document at given page number (starting from 1, negative from end).