A Simple X Image Viewer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

160 rindas
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. .TP
  116. .B r
  117. Reload image.
  118. .SH MOUSE COMMANDS
  119. .SS Navigate image list
  120. .TP
  121. .B Button1
  122. Go to the next image.
  123. .TP
  124. .B Button2
  125. Drag the image with the mouse while keeping this button pressed down.
  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)