A Simple X Image Viewer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

136 lines
1.8 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 [ \-hv ]
  7. [
  8. .B \-w
  9. .IB WIDTH x HEIGHT
  10. ]
  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 \-h
  21. Print brief usage information to standard output and exit.
  22. .TP
  23. .B \-v
  24. Print version information to standard output and exit.
  25. .TP
  26. .BI "\-w " WIDTH x HEIGHT
  27. Set window width to
  28. .I WIDTH
  29. and height to
  30. .IR HEIGHT .
  31. If
  32. .I HEIGHT
  33. is omitted, height is also set to
  34. .IR WIDTH .
  35. .SH KEYBOARD COMMANDS
  36. .SS General
  37. .TP
  38. .B q
  39. Quit sxiv.
  40. .TP
  41. .B Escape
  42. Quit sxiv and return an exit value of 2.
  43. .SS Navigate image list
  44. .TP
  45. .BR Space ", " n
  46. Go to the next image.
  47. .TP
  48. .BR Backspace ", " p
  49. Go to the previous image.
  50. .TP
  51. .B g
  52. Go to the first image.
  53. .TP
  54. .B G
  55. Go to the last image.
  56. .TP
  57. .B [
  58. Go 10 images backward.
  59. .TP
  60. .B ]
  61. Go 10 images forward.
  62. .SS Zooming
  63. .TP
  64. .BR + ", " =
  65. Zoom in.
  66. .TP
  67. .B \-
  68. Zoom out.
  69. .SS Panning
  70. .TP
  71. .B h
  72. Pan left.
  73. .TP
  74. .B j
  75. Pan down.
  76. .TP
  77. .B k
  78. Pan up.
  79. .TP
  80. .B l
  81. Pan right.
  82. .SS Rotation
  83. .TP
  84. .B <
  85. Rotate image counter-clockwise by 90 degrees.
  86. .TP
  87. .B >
  88. Rotate image clockwise by 90 degrees.
  89. .SS Control window
  90. .TP
  91. .B f
  92. Toggle fullscreen mode.
  93. .SS Miscellaneous
  94. .TP
  95. .B a
  96. Toggle anti-aliasing.
  97. .SH MOUSE COMMANDS
  98. .SS Navigate image list
  99. .TP
  100. .B Button1
  101. Go to the next image.
  102. .TP
  103. .B Button3
  104. Go to the previous image.
  105. .SS Zooming
  106. .TP
  107. .B Ctrl+ScrollUp
  108. Zoom in.
  109. .TP
  110. .B Ctrl+ScrollDown
  111. Zoom out.
  112. .SS Panning
  113. .TP
  114. .B ScrollUp
  115. Pan up.
  116. .TP
  117. .B ScrollDown
  118. Pan down.
  119. .TP
  120. .B Shift+ScrollUp
  121. Pan left.
  122. .TP
  123. .B Shift+ScrollDown
  124. Pan right.
  125. .SH AUTHORS
  126. .EX
  127. Bert Muennich <ber.t at gmx.com>
  128. Dave Reisner <d at falconindy.com>
  129. .EE
  130. .SH HOMEPAGE
  131. .TP
  132. http://github.com/muennich/sxiv
  133. .SH SEE ALSO
  134. .BR feh (1),
  135. .BR qiv (1)