A Simple X Image Viewer
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

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