A Simple X Image Viewer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

194 rindas
3.6 KiB

  1. .TH SXIV 1 sxiv\-VERSION
  2. .SH NAME
  3. sxiv \- Simple (or small or suckless) X Image Viewer
  4. .SH SYNOPSIS
  5. .B sxiv
  6. .RB [ \-dFfhpqrstvZ ]
  7. .RB [ \-g
  8. .IR GEOMETRY ]
  9. .RB [ \-z
  10. .IR ZOOM ]
  11. .IR FILE ...
  12. .SH DESCRIPTION
  13. sxiv is a simple image viewer for X. It only has the most basic features
  14. required for fast image viewing.
  15. .P
  16. sxiv opens all named
  17. .IR FILE s,
  18. or reads the names of the files to open from standard input, if only a single
  19. hyphen\-minus
  20. .RB ( \- )
  21. is given.
  22. .P
  23. sxiv has two modes of operation: image and thumbnail mode. The default is image
  24. mode, in which only the current image is shown. In thumbnail mode a grid of
  25. small previews is displayed, making it easy to choose an image to open.
  26. .P
  27. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
  28. manager.
  29. .SH OPTIONS
  30. .TP
  31. .B \-d
  32. Scale all images to 100%, but fit large images into window.
  33. .TP
  34. .B \-F
  35. Make the window fixed/floating by setting the minimum and maximum width/height
  36. size-hints to the window width/height.
  37. .TP
  38. .B \-f
  39. Start in fullscreen mode.
  40. .TP
  41. .BI "\-g " GEOMETRY
  42. Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
  43. more information on
  44. .IR GEOMETRY .
  45. .TP
  46. .B \-h
  47. Print brief usage information to standard output and exit.
  48. .TP
  49. .B \-p
  50. Pixelize images, i.e. turn off anti-aliasing.
  51. .TP
  52. .B \-q
  53. Be quiet, disable warnings to standard error stream.
  54. .TP
  55. .B \-r
  56. Search the given directories recursively for images to view.
  57. .TP
  58. .B \-s
  59. Scale all images to fit into window.
  60. .TP
  61. .B \-t
  62. Start in thumbnail mode.
  63. .TP
  64. .B \-v
  65. Print version information to standard output and exit.
  66. .TP
  67. .B \-Z
  68. The same as `-z 100'.
  69. .TP
  70. .BI "\-z " ZOOM
  71. Scale all images to the current zoom level, use a zoom level of
  72. .I ZOOM
  73. at startup.
  74. .SH KEYBOARD COMMANDS
  75. .SS General
  76. .TP
  77. .B q
  78. Quit sxiv.
  79. .TP
  80. .B Escape
  81. Quit sxiv and return an exit value of 2.
  82. .TP
  83. .B Return
  84. Switch to thumbnail mode; in thumbnail mode: open selected image.
  85. .SS Navigate image list
  86. .TP
  87. .BR n ", " Space
  88. Go to the next image.
  89. .TP
  90. .BR p ", " Backspace
  91. Go to the previous image.
  92. .TP
  93. .B g
  94. Go to the first image.
  95. .TP
  96. .B G
  97. Go to the last image.
  98. .TP
  99. .B [
  100. Go 10 images backward.
  101. .TP
  102. .B ]
  103. Go 10 images forward.
  104. .SS Zooming
  105. .TP
  106. .BR + ", " =
  107. Zoom in.
  108. .TP
  109. .B \-
  110. Zoom out.
  111. .TP
  112. .B 0
  113. Set zoom level to 100%.
  114. .TP
  115. .B w
  116. Set zoom level to fit image into window.
  117. .SS Panning/Moving
  118. .TP
  119. .BR h ", " Left
  120. Pan image left; in thumbnail mode: move selection left.
  121. .TP
  122. .BR j ", " Down
  123. Pan image down; in thumbnail mode: move selection down.
  124. .TP
  125. .BR k ", " Up
  126. Pan image up; in thumbnail mode: move selection up.
  127. .TP
  128. .BR l ", " Right
  129. Pan image right; in thumbnail mode: move selection right.
  130. .SS Rotation
  131. .TP
  132. .B <
  133. Rotate image counter-clockwise by 90 degrees.
  134. .TP
  135. .B >
  136. Rotate image clockwise by 90 degrees.
  137. .SS Control window
  138. .TP
  139. .B W
  140. Resize window to fit image.
  141. .TP
  142. .B f
  143. Toggle fullscreen mode.
  144. .SS Miscellaneous
  145. .TP
  146. .B a
  147. Toggle anti-aliasing.
  148. .TP
  149. .B r
  150. Reload image.
  151. .SH MOUSE COMMANDS
  152. .SS Navigate image list
  153. .TP
  154. .B Button1
  155. Go to the next image; in thumbnail mode: select/open image.
  156. .TP
  157. .B Button3
  158. Go to the previous image.
  159. .SS Zooming
  160. .TP
  161. .B Ctrl+ScrollUp
  162. Zoom in.
  163. .TP
  164. .B Ctrl+ScrollDown
  165. Zoom out.
  166. .SS Panning/Moving
  167. .TP
  168. .B Button2
  169. Drag the image with the mouse while keeping this button pressed down.
  170. .TP
  171. .B ScrollUp
  172. Pan image up; in thumbnail mode: Scroll one row up.
  173. .TP
  174. .B ScrollDown
  175. Pan image down; in thumbnail mode: Scroll one row down.
  176. .TP
  177. .B Shift+ScrollUp
  178. Pan image left.
  179. .TP
  180. .B Shift+ScrollDown
  181. Pan image right.
  182. .SH AUTHORS
  183. .EX
  184. Bert Muennich <ber.t at gmx.com>
  185. Dave Reisner <d at falconindy.com>
  186. Fung SzeTat <sthorde at gmail.com>
  187. .EE
  188. .SH HOMEPAGE
  189. .TP
  190. http://github.com/muennich/sxiv
  191. .SH SEE ALSO
  192. .BR feh (1),
  193. .BR qiv (1)