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

před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 13 roky
před 14 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 14 roky
před 13 roky
před 13 roky
před 13 roky
před 13 roky
před 13 roky
před 13 roky
před 13 roky
před 14 roky
před 13 roky
před 13 roky
před 13 roky
před 13 roky
před 13 roky
před 14 roky
před 13 roky
před 13 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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 GENERAL KEYBOARD COMMANDS
  86. The following keyboard commands are available in both image and thumbnail mode:
  87. .TP
  88. .B q
  89. Quit sxiv.
  90. .TP
  91. .B Return
  92. Switch to thumbnail mode / open selected image in image mode.
  93. .TP
  94. .BR 0 \- 9
  95. Prefix the next command with a number (denoted via
  96. .IR count ).
  97. .TP
  98. .B g
  99. Go to the first image.
  100. .TP
  101. .B G
  102. Go to the last image, or image number
  103. .IR count .
  104. .TP
  105. .B f
  106. Toggle fullscreen mode.
  107. .TP
  108. .B A
  109. Toggle visibility of alpha-channel, i.e. image transparency.
  110. .TP
  111. .B r
  112. Reload image.
  113. .TP
  114. .B D
  115. Remove current image from file list and go to next image.
  116. .SH THUMBNAIL KEYBOARD COMMANDS
  117. The following keyboard commands are only available in thumbnail mode:
  118. .TP
  119. .BR h ", " Left
  120. Move selection left.
  121. .TP
  122. .BR j ", " Down
  123. Move selection down.
  124. .TP
  125. .BR k ", " Up
  126. Move selection up.
  127. .TP
  128. .BR l ", " Right
  129. Move selection right.
  130. .TP
  131. .BR Ctrl-j ", " Ctrl-Down
  132. Scroll thumbnail grid one window height down.
  133. .TP
  134. .BR Ctrl-k ", " Ctrl-Up
  135. Scroll thumbnail grid one window height up.
  136. .SH IMAGE KEYBOARD COMMANDS
  137. The following keyboard commands are only available in image mode:
  138. .SS Navigate image list
  139. .TP
  140. .BR n ", " Space
  141. Go
  142. .I count
  143. images forward.
  144. .TP
  145. .BR p ", " Backspace
  146. Go
  147. .I count
  148. images backward.
  149. .TP
  150. .B [
  151. Go
  152. .I count
  153. * 10 images backward.
  154. .TP
  155. .B ]
  156. Go
  157. .I count
  158. * 10 images forward.
  159. .SS Handle multi-frame images
  160. .TP
  161. .B Ctrl-n
  162. Go to the next frame of a multi-frame image.
  163. .TP
  164. .B Ctrl-p
  165. Go to the previous frame of a multi-frame image.
  166. .TP
  167. .B Ctrl-Space
  168. Play/pause animation of a multi-frame image.
  169. .SS Zooming
  170. .TP
  171. .BR +
  172. Zoom in.
  173. .TP
  174. .B \-
  175. Zoom out.
  176. .TP
  177. .B =
  178. Set zoom level to 100%, or
  179. .IR count %.
  180. .TP
  181. .B w
  182. Set zoom level to fit image into window.
  183. .SS Panning
  184. .TP
  185. .BR h ", " Left
  186. Pan image 1/5 of window width or
  187. .I count
  188. pixel left.
  189. .TP
  190. .BR j ", " Down
  191. Pan image 1/5 of window height or
  192. .I count
  193. pixel down.
  194. .TP
  195. .BR k ", " Up
  196. Pan image 1/5 of window height or
  197. .I count
  198. pixel up.
  199. .TP
  200. .BR l ", " Right
  201. Pan image 1/5 of window width or
  202. .I count
  203. pixel right.
  204. .TP
  205. .B H
  206. Pan to left image edge.
  207. .TP
  208. .B J
  209. Pan to bottom image edge.
  210. .TP
  211. .B K
  212. Pan to top image edge.
  213. .TP
  214. .B L
  215. Pan to right image edge.
  216. .TP
  217. .BR Ctrl-h ", " Ctrl-Left
  218. Pan image one window width left.
  219. .TP
  220. .BR Ctrl-j ", " Ctrl-Down
  221. Pan image one window height down.
  222. .TP
  223. .BR Ctrl-k ", " Ctrl-Up
  224. Pan image one window height up.
  225. .TP
  226. .BR Ctrl-l ", " Ctrl-Right
  227. Pan image one window width right.
  228. .SS Rotation
  229. .TP
  230. .B <
  231. Rotate image counter-clockwise by 90 degrees.
  232. .TP
  233. .B >
  234. Rotate image clockwise by 90 degrees.
  235. .SS Slideshow
  236. .TP
  237. .B s
  238. Toggle slideshow.
  239. .TP
  240. .B Ctrl\-'\-'
  241. Decrease slideshow delay.
  242. .TP
  243. .B Ctrl-'+'
  244. Increase slideshow delay.
  245. .TP
  246. .B Ctrl-'='
  247. Reset slideshow delay to default value, or set it to
  248. .I count
  249. seconds.
  250. .SS Miscellaneous
  251. .TP
  252. .B a
  253. Toggle anti-aliasing.
  254. .TP
  255. .B W
  256. Resize window to fit image.
  257. .SH MOUSE COMMANDS
  258. The following mouse mappings are available in image mode:
  259. .SS Navigate image list
  260. .TP
  261. .B Button1
  262. Go to next image.
  263. .TP
  264. .B Button3
  265. Go to the previous image.
  266. .SS Zooming
  267. .TP
  268. .B Ctrl+ScrollUp
  269. Zoom in.
  270. .TP
  271. .B Ctrl+ScrollDown
  272. Zoom out.
  273. .SS Panning/Moving
  274. .TP
  275. .B Button2
  276. Drag the image with the mouse while keeping this button pressed down.
  277. .TP
  278. .B ScrollUp
  279. Pan image up.
  280. .TP
  281. .B ScrollDown
  282. Pan image down.
  283. .TP
  284. .B Shift+ScrollUp
  285. Pan image left.
  286. .TP
  287. .B Shift+ScrollDown
  288. Pan image right.
  289. .SH THUMBNAIL CACHING
  290. To enable thumbnail caching, please make sure to create the directory
  291. .I ~/.sxiv/
  292. with write permissions. sxiv will then store all thumbnails inside this
  293. directory, but it will not create this directory by itself. It rather uses the
  294. existance of this directory as an affirmation, that the user wants thumbnails
  295. to be cached.
  296. .P
  297. Use the command line option
  298. .I \-c
  299. to keep the cache directory clean by removing all orphaned cache files.
  300. Additionally, run the following command afterwards inside the cache directory
  301. to remove empty subdirectories:
  302. .P
  303. .RS
  304. find \-type d \-empty \-delete
  305. .RE
  306. .SH AUTHORS
  307. .EX
  308. Bert Muennich <ber.t at gmx.com>
  309. Dave Reisner <d at falconindy.com>
  310. Fung SzeTat <sthorde at gmail.com>
  311. .EE
  312. .SH HOMEPAGE
  313. .TP
  314. http://github.com/muennich/sxiv
  315. .SH SEE ALSO
  316. .BR feh (1),
  317. .BR qiv (1)