A Simple X Image Viewer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

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