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ů.
 
 
 
 
 
 

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