A Simple X Image Viewer
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

157 líneas
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 [ \-dfhpsvZ ]
  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. .BI "\-w " WIDTH x HEIGHT
  40. Set window width to
  41. .I WIDTH
  42. and height to
  43. .IR HEIGHT .
  44. If
  45. .I HEIGHT
  46. is omitted, height is also set to
  47. .IR WIDTH .
  48. .TP
  49. .B \-Z
  50. The same as `-z 100'.
  51. .TP
  52. .BI "\-z " ZOOM
  53. Scale all images to the current zoom level, use a zoom level of
  54. .I ZOOM
  55. at startup.
  56. .SH KEYBOARD COMMANDS
  57. .SS General
  58. .TP
  59. .B q
  60. Quit sxiv.
  61. .TP
  62. .B Escape
  63. Quit sxiv and return an exit value of 2.
  64. .SS Navigate image list
  65. .TP
  66. .BR n ", " Space
  67. Go to the next image.
  68. .TP
  69. .BR p ", " Backspace
  70. Go to the previous image.
  71. .TP
  72. .B g
  73. Go to the first image.
  74. .TP
  75. .B G
  76. Go to the last image.
  77. .TP
  78. .B [
  79. Go 10 images backward.
  80. .TP
  81. .B ]
  82. Go 10 images forward.
  83. .SS Zooming
  84. .TP
  85. .BR + ", " =
  86. Zoom in.
  87. .TP
  88. .B \-
  89. Zoom out.
  90. .SS Panning
  91. .TP
  92. .BR h ", " Left
  93. Pan left.
  94. .TP
  95. .BR j ", " Down
  96. Pan down.
  97. .TP
  98. .BR k ", " Up
  99. Pan up.
  100. .TP
  101. .BR l ", " Right
  102. Pan right.
  103. .SS Rotation
  104. .TP
  105. .B <
  106. Rotate image counter-clockwise by 90 degrees.
  107. .TP
  108. .B >
  109. Rotate image clockwise by 90 degrees.
  110. .SS Control window
  111. .TP
  112. .B f
  113. Toggle fullscreen mode.
  114. .SS Miscellaneous
  115. .TP
  116. .B a
  117. Toggle anti-aliasing.
  118. .SH MOUSE COMMANDS
  119. .SS Navigate image list
  120. .TP
  121. .B Button1
  122. Go to the next image.
  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)