A Simple X Image Viewer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

263 lignes
5.2 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 [ \-cdFfhpqrstvZ ]
  7. .RB [ \-g
  8. .IR GEOMETRY ]
  9. .RB [ \-n
  10. .IR NUM ]
  11. .RB [ \-z
  12. .IR ZOOM ]
  13. .IR FILE ...
  14. .SH DESCRIPTION
  15. sxiv is a simple image viewer for X. It only has the most basic features
  16. required for fast image viewing.
  17. .P
  18. sxiv opens all named
  19. .IR FILE s,
  20. or reads the names of the files to open from standard input, if only a single
  21. hyphen\-minus
  22. .RB ( \- )
  23. is given.
  24. .P
  25. sxiv has two modes of operation: image and thumbnail mode. The default is image
  26. mode, in which only the current image is shown. In thumbnail mode a grid of
  27. small previews is displayed, making it easy to choose an image to open.
  28. .P
  29. sxiv can also cache its thumbnails. Please see the section THUMBNAIL CACHING
  30. for information on how to enable this feature.
  31. .P
  32. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
  33. manager.
  34. .SH OPTIONS
  35. .TP
  36. .B \-c
  37. Remove all orphaned cache files from the thumbnail cache directory and exit.
  38. .TP
  39. .B \-d
  40. Scale all images to 100%, but fit large images into window.
  41. .TP
  42. .B \-F
  43. Make the window fixed/floating by setting the minimum and maximum width/height
  44. size-hints to the window width/height.
  45. .TP
  46. .B \-f
  47. Start in fullscreen mode.
  48. .TP
  49. .BI "\-g " GEOMETRY
  50. Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
  51. more information on
  52. .IR GEOMETRY .
  53. .TP
  54. .BI "\-n " NUM
  55. Start at picture number NUM.
  56. .TP
  57. .B \-h
  58. Print brief usage information to standard output and exit.
  59. .TP
  60. .B \-p
  61. Pixelize images, i.e. turn off anti-aliasing.
  62. .TP
  63. .B \-q
  64. Be quiet, disable warnings to standard error stream.
  65. .TP
  66. .B \-r
  67. Search the given directories recursively for images to view.
  68. .TP
  69. .B \-s
  70. Scale all images to fit into window.
  71. .TP
  72. .B \-t
  73. Start in thumbnail mode.
  74. .TP
  75. .B \-v
  76. Print version information to standard output and exit.
  77. .TP
  78. .B \-Z
  79. The same as `\-z 100'.
  80. .TP
  81. .BI "\-z " ZOOM
  82. Scale all images to the current zoom level, use a zoom level of
  83. .I ZOOM
  84. at startup.
  85. .SH KEYBOARD COMMANDS
  86. The differences of the following key mappings between image view and thumbnail
  87. mode are denoted via brackets.
  88. .SS General
  89. .TP
  90. .B q
  91. Quit sxiv.
  92. .TP
  93. .B Return
  94. Switch to thumbnail mode [open selected image].
  95. .SS Navigate image list
  96. .TP
  97. .BR n ", " Space
  98. Go to the next image.
  99. .TP
  100. .BR p ", " Backspace
  101. Go to the previous image.
  102. .TP
  103. .B g
  104. Go to [select] the first image.
  105. .TP
  106. .B G
  107. Go to [select] the last image.
  108. .TP
  109. .B [
  110. Go 10 images backward.
  111. .TP
  112. .B ]
  113. Go 10 images forward.
  114. .SS Handle multi-frame images
  115. .TP
  116. .B Ctrl-n
  117. Go to the next frame of a multi-frame image.
  118. .TP
  119. .B Ctrl-p
  120. Go to the previous frame of a multi-frame image.
  121. .TP
  122. .B Ctrl-Space
  123. Play/pause animation of a multi-frame image.
  124. .SS Zooming
  125. .TP
  126. .BR + ", " =
  127. Zoom in.
  128. .TP
  129. .B \-
  130. Zoom out.
  131. .TP
  132. .B 0
  133. Set zoom level to 100%.
  134. .TP
  135. .B w
  136. Set zoom level to fit image into window.
  137. .SS Panning/Moving
  138. .TP
  139. .BR h ", " Left
  140. Pan image [move selection] left.
  141. .TP
  142. .BR j ", " Down
  143. Pan image [move selection] down.
  144. .TP
  145. .BR k ", " Up
  146. Pan image [move selection] up.
  147. .TP
  148. .BR l ", " Right
  149. Pan image [move selection] right.
  150. .TP
  151. .B H
  152. Pan to left image edge.
  153. .TP
  154. .B J
  155. Pan to bottom image edge.
  156. .TP
  157. .B K
  158. Pan to top image edge.
  159. .TP
  160. .B L
  161. Pan to right image edge.
  162. .TP
  163. .BR Ctrl-h ", " Ctrl-Left
  164. Pan image one window width left.
  165. .TP
  166. .BR Ctrl-j ", " Ctrl-Down
  167. Pan image one window height down.
  168. .TP
  169. .BR Ctrl-k ", " Ctrl-Up
  170. Pan image one window height up.
  171. .TP
  172. .BR Ctrl-l ", " Ctrl-Right
  173. Pan image one window width right.
  174. .SS Rotation
  175. .TP
  176. .B <
  177. Rotate image counter-clockwise by 90 degrees.
  178. .TP
  179. .B >
  180. Rotate image clockwise by 90 degrees.
  181. .SS Control window
  182. .TP
  183. .B W
  184. Resize window to fit image.
  185. .TP
  186. .B f
  187. Toggle fullscreen mode.
  188. .SS Miscellaneous
  189. .TP
  190. .B a
  191. Toggle anti-aliasing.
  192. .TP
  193. .B A
  194. Toggle visibility of alpha-channel, i.e. image transparency.
  195. .TP
  196. .B D
  197. Remove current [selected] image from file list and go to [select] next image.
  198. .TP
  199. .B r
  200. Reload image.
  201. .SH MOUSE COMMANDS
  202. The differences of the following mouse mappings between image view and
  203. thumbnail mode are denoted via brackets.
  204. .SS Navigate image list
  205. .TP
  206. .B Button1
  207. Go to [select/open] next image.
  208. .TP
  209. .B Button3
  210. Go to the previous image.
  211. .SS Zooming
  212. .TP
  213. .B Ctrl+ScrollUp
  214. Zoom in.
  215. .TP
  216. .B Ctrl+ScrollDown
  217. Zoom out.
  218. .SS Panning/Moving
  219. .TP
  220. .B Button2
  221. Drag the image with the mouse while keeping this button pressed down.
  222. .TP
  223. .B ScrollUp
  224. Pan image up [scroll up one thumbnail row].
  225. .TP
  226. .B ScrollDown
  227. Pan image down [scroll down one thumbnail row].
  228. .TP
  229. .B Shift+ScrollUp
  230. Pan image left.
  231. .TP
  232. .B Shift+ScrollDown
  233. Pan image right.
  234. .SH THUMBNAIL CACHING
  235. To enable thumbnail caching, please make sure to create the directory
  236. .I ~/.sxiv/
  237. with write permissions. sxiv will then store all thumbnails inside this
  238. directory, but it will not create this directory by itself. It rather uses the
  239. existance of this directory as an affirmation, that the user wants thumbnails
  240. to be cached.
  241. .P
  242. Use the command line option
  243. .I \-c
  244. to keep the cache directory clean by removing all orphaned cache files.
  245. Additionally, run the following command afterwards inside the cache directory
  246. to remove empty subdirectories:
  247. .P
  248. .RS
  249. find \-type d \-empty \-delete
  250. .RE
  251. .SH AUTHORS
  252. .EX
  253. Bert Muennich <ber.t at gmx.com>
  254. Dave Reisner <d at falconindy.com>
  255. Fung SzeTat <sthorde at gmail.com>
  256. .EE
  257. .SH HOMEPAGE
  258. .TP
  259. http://github.com/muennich/sxiv
  260. .SH SEE ALSO
  261. .BR feh (1),
  262. .BR qiv (1)