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

160 行
2.3 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 [ \-dfhpsvWZ ]
  7. .RB [ \-w
  8. .IB WIDTH x HEIGHT
  9. ]
  10. .RB [ \-z
  11. .IR ZOOM ]
  12. .IR FILE ...
  13. .SH DESCRIPTION
  14. sxiv is a simple image viewer for X. It only has the most basic features
  15. required for fast image viewing.
  16. .P
  17. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
  18. manager.
  19. .SH OPTIONS
  20. .TP
  21. .B \-d
  22. Scale all images to 100%, but fit large images into window.
  23. .TP
  24. .B \-f
  25. Start in fullscreen mode.
  26. .TP
  27. .B \-h
  28. Print brief usage information to standard output and exit.
  29. .TP
  30. .B \-p
  31. Pixelize images, i.e. turn off anti-aliasing.
  32. .TP
  33. .B \-s
  34. Scale all images to fit into window.
  35. .TP
  36. .B \-v
  37. Print version information to standard output and exit.
  38. .TP
  39. .B \-W
  40. Enable printing of warnings to standard error stream.
  41. .TP
  42. .BI "\-w " WIDTH x HEIGHT
  43. Set window width to
  44. .I WIDTH
  45. and height to
  46. .IR HEIGHT .
  47. If
  48. .I HEIGHT
  49. is omitted, height is also set to
  50. .IR WIDTH .
  51. .TP
  52. .B \-Z
  53. The same as `-z 100'.
  54. .TP
  55. .BI "\-z " ZOOM
  56. Scale all images to the current zoom level, use a zoom level of
  57. .I ZOOM
  58. at startup.
  59. .SH KEYBOARD COMMANDS
  60. .SS General
  61. .TP
  62. .B q
  63. Quit sxiv.
  64. .TP
  65. .B Escape
  66. Quit sxiv and return an exit value of 2.
  67. .SS Navigate image list
  68. .TP
  69. .BR n ", " Space
  70. Go to the next image.
  71. .TP
  72. .BR p ", " Backspace
  73. Go to the previous image.
  74. .TP
  75. .B g
  76. Go to the first image.
  77. .TP
  78. .B G
  79. Go to the last image.
  80. .TP
  81. .B [
  82. Go 10 images backward.
  83. .TP
  84. .B ]
  85. Go 10 images forward.
  86. .SS Zooming
  87. .TP
  88. .BR + ", " =
  89. Zoom in.
  90. .TP
  91. .B \-
  92. Zoom out.
  93. .SS Panning
  94. .TP
  95. .BR h ", " Left
  96. Pan left.
  97. .TP
  98. .BR j ", " Down
  99. Pan down.
  100. .TP
  101. .BR k ", " Up
  102. Pan up.
  103. .TP
  104. .BR l ", " Right
  105. Pan right.
  106. .SS Rotation
  107. .TP
  108. .B <
  109. Rotate image counter-clockwise by 90 degrees.
  110. .TP
  111. .B >
  112. Rotate image clockwise by 90 degrees.
  113. .SS Control window
  114. .TP
  115. .B f
  116. Toggle fullscreen mode.
  117. .SS Miscellaneous
  118. .TP
  119. .B a
  120. Toggle anti-aliasing.
  121. .SH MOUSE COMMANDS
  122. .SS Navigate image list
  123. .TP
  124. .B Button1
  125. Go to the next image.
  126. .TP
  127. .B Button3
  128. Go to the previous image.
  129. .SS Zooming
  130. .TP
  131. .B Ctrl+ScrollUp
  132. Zoom in.
  133. .TP
  134. .B Ctrl+ScrollDown
  135. Zoom out.
  136. .SS Panning
  137. .TP
  138. .B ScrollUp
  139. Pan up.
  140. .TP
  141. .B ScrollDown
  142. Pan down.
  143. .TP
  144. .B Shift+ScrollUp
  145. Pan left.
  146. .TP
  147. .B Shift+ScrollDown
  148. Pan right.
  149. .SH AUTHORS
  150. .EX
  151. Bert Muennich <ber.t at gmx.com>
  152. Dave Reisner <d at falconindy.com>
  153. .EE
  154. .SH HOMEPAGE
  155. .TP
  156. http://github.com/muennich/sxiv
  157. .SH SEE ALSO
  158. .BR feh (1),
  159. .BR qiv (1)