Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

zathura(1) [debian man page]

ZATHURA(1)																ZATHURA(1)

NAME
zathura - a document viewer SYNOPOSIS
zathura [OPTION]... zathura [OPTION]... FILE zathura [OPTION]... FILE PASSWORD DESCRIPTION
zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. OPTIONS
-e [xid], --reparent [xid] Reparents to window specified by xid -c [path], --config-dir [path] Path to the config directory -d [path], --data-dir [path] Path to the data directory -p [path], --plugins-dir [path] Path to the directory containing plugins --fork Fork into the background MOUSE AND KEY BINDINGS
J, K Go to the next or previous page h, k, j, l Scroll to the left, down, up or right direction Left, Down, Up, Right Scroll to the left, down, up or right direction ^t, ^d, ^u, ^y Scroll a half page left, down, up or right t, ^f, ^b, space, <S-space>, y Scroll a full page left, down, up or right gg, G, nG Goto to the first, the last or to the nth page ^c, Escape Abort a, s Adjust window in best-fit or width mode /, ? Search for text n, N Search for the next or previous result o, O Open document f Follow links : Enter command r Rotate by 90 degrees ^i Recolor R Reload document Tab Show index and switch to Index mode F5 Switch to fullscreen mode ^m Toggle inputbar ^n Toggle statusbar +, -, = Zoom in, out or to the original size zI, zO, z0 Zoom in, out or to the original size n= Zoom to size n mX Set a quickmark to a letter or number X 'X Goto quickmark saved at letter or number X q Quit Index mode k, j Move to upper or lower entry l Expand entry L Expand all entries h Collapse entry H Collapse all entries space, Return Select and open entry Mouse bindings Scroll Scroll up or down ^Scroll Zoom in or out Hold Button2 Pan the document Button1 Follow link COMMANDS
bmark Save a bookmark bdelete Delete a bookmark blist List bookmarks close Close document info Show document information help Show help page open, o Open a document offset Set page offset print Print document write, write! Save document (and force overwriting) export Export attachments CONFIGURATION
The default appearance and behaviour of zathura can be overwritten by modifying the zathurarc file (default path: ~/.config/zathura/zathu- rarc). For a detailed description please consult zathurarc(5). SEE ALSO
zathurarc(5) AUTHOR
pwmt.org 0.1.2 ZATHURA(1)

Check Out this Related Man Page

SXIV(1) 						      General Commands Manual							   SXIV(1)

NAME
sxiv - Simple (or small or suckless) X Image Viewer SYNOPSIS
sxiv [-cdFfhpqrstvZ] [-g GEOMETRY] [-n NUM] [-z ZOOM] FILE... DESCRIPTION
sxiv is a simple image viewer for X. It only has the most basic features required for fast image viewing. sxiv opens all named FILEs, or reads the names of the files to open from standard input, if only a single hyphen-minus (-) is given. sxiv has two modes of operation: image and thumbnail mode. The default is image mode, in which only the current image is shown. In thumb- nail mode a grid of small previews is displayed, making it easy to choose an image to open. sxiv can also cache its thumbnails. Please see the section THUMBNAIL CACHING for information on how to enable this feature. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window manager. OPTIONS
-c Remove all orphaned cache files from the thumbnail cache directory and exit. -d Scale all images to 100%, but fit large images into window. -F Make the window fixed/floating by setting the minimum and maximum width/height size-hints to the window width/height. -f Start in fullscreen mode. -g GEOMETRY Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for more information on GEOMETRY. -n NUM Start at picture number NUM. -h Print brief usage information to standard output and exit. -p Pixelize images, i.e. turn off anti-aliasing. -q Be quiet, disable warnings to standard error stream. -r Search the given directories recursively for images to view. -s Scale all images to fit into window. -t Start in thumbnail mode. -v Print version information to standard output and exit. -Z The same as `-z 100'. -z ZOOM Scale all images to the current zoom level, use a zoom level of ZOOM at startup. GENERAL KEYBOARD COMMANDS
The following keyboard commands are available in both image and thumbnail mode: q Quit sxiv. Return Switch to thumbnail mode / open selected image in image mode. 0-9 Prefix the next command with a number (denoted via count). g Go to the first image. G Go to the last image, or image number count. f Toggle fullscreen mode. A Toggle visibility of alpha-channel, i.e. image transparency. r Reload image. D Remove current image from file list and go to next image. THUMBNAIL KEYBOARD COMMANDS
The following keyboard commands are only available in thumbnail mode: h, Left Move selection left. j, Down Move selection down. k, Up Move selection up. l, Right Move selection right. Ctrl-j, Ctrl-Down Scroll thumbnail grid one window height down. Ctrl-k, Ctrl-Up Scroll thumbnail grid one window height up. IMAGE KEYBOARD COMMANDS
The following keyboard commands are only available in image mode: Navigate image list n, Space Go count images forward. p, Backspace Go count images backward. [ Go count * 10 images backward. ] Go count * 10 images forward. Handle multi-frame images Ctrl-n Go to the next frame of a multi-frame image. Ctrl-p Go to the previous frame of a multi-frame image. Ctrl-Space Play/pause animation of a multi-frame image. Zooming + Zoom in. - Zoom out. = Set zoom level to 100%, or count%. w Set zoom level to fit image into window. Panning h, Left Pan image 1/5 of window width or count pixel left. j, Down Pan image 1/5 of window height or count pixel down. k, Up Pan image 1/5 of window height or count pixel up. l, Right Pan image 1/5 of window width or count pixel right. H Pan to left image edge. J Pan to bottom image edge. K Pan to top image edge. L Pan to right image edge. Ctrl-h, Ctrl-Left Pan image one window width left. Ctrl-j, Ctrl-Down Pan image one window height down. Ctrl-k, Ctrl-Up Pan image one window height up. Ctrl-l, Ctrl-Right Pan image one window width right. Rotation < Rotate image counter-clockwise by 90 degrees. > Rotate image clockwise by 90 degrees. Slideshow s Toggle slideshow. Ctrl-'-' Decrease slideshow delay. Ctrl-'+' Increase slideshow delay. Ctrl-'=' Reset slideshow delay to default value, or set it to count seconds. Miscellaneous a Toggle anti-aliasing. W Resize window to fit image. MOUSE COMMANDS
The following mouse mappings are available in image mode: Navigate image list Button1 Go to next image. Button3 Go to the previous image. Zooming Ctrl+ScrollUp Zoom in. Ctrl+ScrollDown Zoom out. Panning/Moving Button2 Drag the image with the mouse while keeping this button pressed down. ScrollUp Pan image up. ScrollDown Pan image down. Shift+ScrollUp Pan image left. Shift+ScrollDown Pan image right. THUMBNAIL CACHING
To enable thumbnail caching, please make sure to create the directory ~/.sxiv/ with write permissions. sxiv will then store all thumbnails inside this directory, but it will not create this directory by itself. It rather uses the existance of this directory as an affirmation, that the user wants thumbnails to be cached. Use the command line option -c to keep the cache directory clean by removing all orphaned cache files. Additionally, run the following command afterwards inside the cache directory to remove empty subdirectories: find -type d -empty -delete AUTHORS
Bert Muennich <ber.t at gmx.com> Dave Reisner <d at falconindy.com> Fung SzeTat <sthorde at gmail.com> HOMEPAGE
http://github.com/muennich/sxiv SEE ALSO
feh(1), qiv(1) sxiv-1.0 SXIV(1)
Man Page