A Simple X Image Viewer
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

184 řádky
2.9 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 [ \-dFfhpqrsvZ ]
  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. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
  24. manager.
  25. .SH OPTIONS
  26. .TP
  27. .B \-d
  28. Scale all images to 100%, but fit large images into window.
  29. .TP
  30. .B \-F
  31. Make the window fixed/floating by setting the minimum and maximum width/height
  32. size-hints to the window width/height.
  33. .TP
  34. .B \-f
  35. Start in fullscreen mode.
  36. .TP
  37. .BI "\-g " GEOMETRY
  38. Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
  39. more information on
  40. .IR GEOMETRY .
  41. .TP
  42. .B \-h
  43. Print brief usage information to standard output and exit.
  44. .TP
  45. .B \-p
  46. Pixelize images, i.e. turn off anti-aliasing.
  47. .TP
  48. .B \-q
  49. Be quiet, disable warnings to standard error stream.
  50. .TP
  51. .B \-r
  52. Search the given directories recursively for images to view.
  53. .TP
  54. .B \-s
  55. Scale all images to fit into window.
  56. .TP
  57. .B \-v
  58. Print version information to standard output and exit.
  59. .TP
  60. .B \-Z
  61. The same as `-z 100'.
  62. .TP
  63. .BI "\-z " ZOOM
  64. Scale all images to the current zoom level, use a zoom level of
  65. .I ZOOM
  66. at startup.
  67. .SH KEYBOARD COMMANDS
  68. .SS General
  69. .TP
  70. .B q
  71. Quit sxiv.
  72. .TP
  73. .B Escape
  74. Quit sxiv and return an exit value of 2.
  75. .SS Navigate image list
  76. .TP
  77. .BR n ", " Space
  78. Go to the next image.
  79. .TP
  80. .BR p ", " Backspace
  81. Go to the previous image.
  82. .TP
  83. .B g
  84. Go to the first image.
  85. .TP
  86. .B G
  87. Go to the last image.
  88. .TP
  89. .B [
  90. Go 10 images backward.
  91. .TP
  92. .B ]
  93. Go 10 images forward.
  94. .SS Zooming
  95. .TP
  96. .BR + ", " =
  97. Zoom in.
  98. .TP
  99. .B \-
  100. Zoom out.
  101. .TP
  102. .B 0
  103. Set zoom level to 100%.
  104. .TP
  105. .B w
  106. Set zoom level to fit image into window.
  107. .SS Panning
  108. .TP
  109. .BR h ", " Left
  110. Pan left.
  111. .TP
  112. .BR j ", " Down
  113. Pan down.
  114. .TP
  115. .BR k ", " Up
  116. Pan up.
  117. .TP
  118. .BR l ", " Right
  119. Pan right.
  120. .SS Rotation
  121. .TP
  122. .B <
  123. Rotate image counter-clockwise by 90 degrees.
  124. .TP
  125. .B >
  126. Rotate image clockwise by 90 degrees.
  127. .SS Control window
  128. .TP
  129. .B W
  130. Resize window to fit image.
  131. .TP
  132. .B f
  133. Toggle fullscreen mode.
  134. .SS Miscellaneous
  135. .TP
  136. .B a
  137. Toggle anti-aliasing.
  138. .TP
  139. .B r
  140. Reload image.
  141. .SH MOUSE COMMANDS
  142. .SS Navigate image list
  143. .TP
  144. .B Button1
  145. Go to the next image.
  146. .TP
  147. .B Button2
  148. Drag the image with the mouse while keeping this button pressed down.
  149. .TP
  150. .B Button3
  151. Go to the previous image.
  152. .SS Zooming
  153. .TP
  154. .B Ctrl+ScrollUp
  155. Zoom in.
  156. .TP
  157. .B Ctrl+ScrollDown
  158. Zoom out.
  159. .SS Panning
  160. .TP
  161. .B ScrollUp
  162. Pan up.
  163. .TP
  164. .B ScrollDown
  165. Pan down.
  166. .TP
  167. .B Shift+ScrollUp
  168. Pan left.
  169. .TP
  170. .B Shift+ScrollDown
  171. Pan right.
  172. .SH AUTHORS
  173. .EX
  174. Bert Muennich <ber.t at gmx.com>
  175. Dave Reisner <d at falconindy.com>
  176. Fung SzeTat <sthorde at gmail.com>
  177. .EE
  178. .SH HOMEPAGE
  179. .TP
  180. http://github.com/muennich/sxiv
  181. .SH SEE ALSO
  182. .BR feh (1),
  183. .BR qiv (1)