A Simple X Image Viewer
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

167 рядки
2.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 [ \-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. .SS Panning
  95. .TP
  96. .BR h ", " Left
  97. Pan left.
  98. .TP
  99. .BR j ", " Down
  100. Pan down.
  101. .TP
  102. .BR k ", " Up
  103. Pan up.
  104. .TP
  105. .BR l ", " Right
  106. Pan right.
  107. .SS Rotation
  108. .TP
  109. .B <
  110. Rotate image counter-clockwise by 90 degrees.
  111. .TP
  112. .B >
  113. Rotate image clockwise by 90 degrees.
  114. .SS Control window
  115. .TP
  116. .B f
  117. Toggle fullscreen mode.
  118. .SS Miscellaneous
  119. .TP
  120. .B a
  121. Toggle anti-aliasing.
  122. .TP
  123. .B r
  124. Reload image.
  125. .SH MOUSE COMMANDS
  126. .SS Navigate image list
  127. .TP
  128. .B Button1
  129. Go to the next image.
  130. .TP
  131. .B Button2
  132. Drag the image with the mouse while keeping this button pressed down.
  133. .TP
  134. .B Button3
  135. Go to the previous image.
  136. .SS Zooming
  137. .TP
  138. .B Ctrl+ScrollUp
  139. Zoom in.
  140. .TP
  141. .B Ctrl+ScrollDown
  142. Zoom out.
  143. .SS Panning
  144. .TP
  145. .B ScrollUp
  146. Pan up.
  147. .TP
  148. .B ScrollDown
  149. Pan down.
  150. .TP
  151. .B Shift+ScrollUp
  152. Pan left.
  153. .TP
  154. .B Shift+ScrollDown
  155. Pan right.
  156. .SH AUTHORS
  157. .EX
  158. Bert Muennich <ber.t at gmx.com>
  159. Dave Reisner <d at falconindy.com>
  160. .EE
  161. .SH HOMEPAGE
  162. .TP
  163. http://github.com/muennich/sxiv
  164. .SH SEE ALSO
  165. .BR feh (1),
  166. .BR qiv (1)