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.
 
 
 
 
 
 

361 líneas
6.6 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 [ \-bcdFfhpqrstvZ ]
  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 \-b
  37. Do not show info bar on bottom of window.
  38. .TP
  39. .B \-c
  40. Remove all orphaned cache files from the thumbnail cache directory and exit.
  41. .TP
  42. .B \-d
  43. Scale all images to 100%, but fit large images into window.
  44. .TP
  45. .B \-F
  46. Make the window fixed/floating by setting the minimum and maximum width/height
  47. size-hints to the window width/height.
  48. .TP
  49. .B \-f
  50. Start in fullscreen mode.
  51. .TP
  52. .BI "\-g " GEOMETRY
  53. Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
  54. more information on
  55. .IR GEOMETRY .
  56. .TP
  57. .BI "\-n " NUM
  58. Start at picture number NUM.
  59. .TP
  60. .B \-h
  61. Print brief usage information to standard output and exit.
  62. .TP
  63. .B \-p
  64. Pixelize images, i.e. turn off anti-aliasing.
  65. .TP
  66. .B \-q
  67. Be quiet, disable warnings to standard error stream.
  68. .TP
  69. .B \-r
  70. Search the given directories recursively for images to view.
  71. .TP
  72. .B \-s
  73. Scale all images to fit into window.
  74. .TP
  75. .B \-t
  76. Start in thumbnail mode.
  77. .TP
  78. .B \-v
  79. Print version information to standard output and exit.
  80. .TP
  81. .B \-Z
  82. The same as `\-z 100'.
  83. .TP
  84. .BI "\-z " ZOOM
  85. Scale all images to the current zoom level, use a zoom level of
  86. .I ZOOM
  87. at startup.
  88. .SH GENERAL KEYBOARD COMMANDS
  89. The following keyboard commands are available in both image and thumbnail mode:
  90. .TP
  91. .B q
  92. Quit sxiv.
  93. .TP
  94. .B Return
  95. Switch to thumbnail mode / open selected image in image mode.
  96. .TP
  97. .BR 0 \- 9
  98. Prefix the next command with a number (denoted via
  99. .IR count ).
  100. .TP
  101. .B g
  102. Go to the first image.
  103. .TP
  104. .B G
  105. Go to the last image, or image number
  106. .IR count .
  107. .TP
  108. .B f
  109. Toggle fullscreen mode.
  110. .TP
  111. .B b
  112. Toggle visibility of info bar on bottom of window.
  113. .TP
  114. .B A
  115. Toggle visibility of alpha-channel, i.e. image transparency.
  116. .TP
  117. .B r
  118. Reload image.
  119. .TP
  120. .B R
  121. Reload all thumbnails.
  122. .TP
  123. .B D
  124. Remove current image from file list and go to next image.
  125. .SH THUMBNAIL KEYBOARD COMMANDS
  126. The following keyboard commands are only available in thumbnail mode:
  127. .TP
  128. .BR h ", " Left
  129. Move selection left
  130. .I count
  131. times.
  132. .TP
  133. .BR j ", " Down
  134. Move selection down
  135. .I count
  136. times.
  137. .TP
  138. .BR k ", " Up
  139. Move selection up
  140. .I count
  141. times.
  142. .TP
  143. .BR l ", " Right
  144. Move selection right
  145. .I count
  146. times.
  147. .TP
  148. .BR Ctrl-j ", " Ctrl-Down
  149. Scroll thumbnail grid one window height down.
  150. .TP
  151. .BR Ctrl-k ", " Ctrl-Up
  152. Scroll thumbnail grid one window height up.
  153. .SH IMAGE KEYBOARD COMMANDS
  154. The following keyboard commands are only available in image mode:
  155. .SS Navigate image list
  156. .TP
  157. .BR n ", " Space
  158. Go
  159. .I count
  160. images forward.
  161. .TP
  162. .BR p ", " Backspace
  163. Go
  164. .I count
  165. images backward.
  166. .TP
  167. .B [
  168. Go
  169. .I count
  170. * 10 images backward.
  171. .TP
  172. .B ]
  173. Go
  174. .I count
  175. * 10 images forward.
  176. .SS Handle multi-frame images
  177. .TP
  178. .B Ctrl-n
  179. Go to the next frame of a multi-frame image.
  180. .TP
  181. .B Ctrl-p
  182. Go to the previous frame of a multi-frame image.
  183. .TP
  184. .B Ctrl-Space
  185. Play/pause animation of a multi-frame image.
  186. .SS Zooming
  187. .TP
  188. .BR +
  189. Zoom in.
  190. .TP
  191. .B \-
  192. Zoom out.
  193. .TP
  194. .B =
  195. Set zoom level to 100%, or
  196. .IR count %.
  197. .TP
  198. .B w
  199. Set zoom level to fit image into window.
  200. .TP
  201. .B e
  202. Set zoom level to fit image into the window's width.
  203. .TP
  204. .B E
  205. Set zoom level to fit image into the window's height.
  206. .SS Panning
  207. .TP
  208. .BR h ", " Left
  209. Pan image 1/5 of window width or
  210. .I count
  211. pixel left.
  212. .TP
  213. .BR j ", " Down
  214. Pan image 1/5 of window height or
  215. .I count
  216. pixel down.
  217. .TP
  218. .BR k ", " Up
  219. Pan image 1/5 of window height or
  220. .I count
  221. pixel up.
  222. .TP
  223. .BR l ", " Right
  224. Pan image 1/5 of window width or
  225. .I count
  226. pixel right.
  227. .TP
  228. .B H
  229. Pan to left image edge.
  230. .TP
  231. .B J
  232. Pan to bottom image edge.
  233. .TP
  234. .B K
  235. Pan to top image edge.
  236. .TP
  237. .B L
  238. Pan to right image edge.
  239. .TP
  240. .BR Ctrl-h ", " Ctrl-Left
  241. Pan image one window width left.
  242. .TP
  243. .BR Ctrl-j ", " Ctrl-Down
  244. Pan image one window height down.
  245. .TP
  246. .BR Ctrl-k ", " Ctrl-Up
  247. Pan image one window height up.
  248. .TP
  249. .BR Ctrl-l ", " Ctrl-Right
  250. Pan image one window width right.
  251. .SS Rotation
  252. .TP
  253. .B <
  254. Rotate image counter-clockwise by 90 degrees.
  255. .TP
  256. .B >
  257. Rotate image clockwise by 90 degrees.
  258. .SS Flip
  259. .TP
  260. .B \\\\
  261. Flip image horizontally.
  262. .TP
  263. .B |
  264. Flip image vertically.
  265. .SS Slideshow
  266. .TP
  267. .B s
  268. Toggle slideshow.
  269. .TP
  270. .B Ctrl\-'\-'
  271. Decrease slideshow delay.
  272. .TP
  273. .B Ctrl-'+'
  274. Increase slideshow delay.
  275. .TP
  276. .B Ctrl-'='
  277. Reset slideshow delay to default value, or set it to
  278. .I count
  279. seconds.
  280. .SS Miscellaneous
  281. .TP
  282. .B a
  283. Toggle anti-aliasing.
  284. .TP
  285. .B W
  286. Resize window to fit image.
  287. .SH MOUSE COMMANDS
  288. The following mouse mappings are available in image mode:
  289. .SS Navigate image list
  290. .TP
  291. .B Button1
  292. Go to next image.
  293. .TP
  294. .B Button3
  295. Go to the previous image.
  296. .SS Zooming
  297. .TP
  298. .B Ctrl+ScrollUp
  299. Zoom in.
  300. .TP
  301. .B Ctrl+ScrollDown
  302. Zoom out.
  303. .SS Panning/Moving
  304. .TP
  305. .B Button2
  306. Drag the image with the mouse while keeping this button pressed down.
  307. .TP
  308. .B ScrollUp
  309. Pan image up.
  310. .TP
  311. .B ScrollDown
  312. Pan image down.
  313. .TP
  314. .B Shift+ScrollUp
  315. Pan image left.
  316. .TP
  317. .B Shift+ScrollDown
  318. Pan image right.
  319. .SH THUMBNAIL CACHING
  320. To enable thumbnail caching, please make sure to create the directory
  321. .I ~/.sxiv/
  322. with write permissions. sxiv will then store all thumbnails inside this
  323. directory, but it will not create this directory by itself. It rather uses the
  324. existance of this directory as an affirmation, that the user wants thumbnails
  325. to be cached.
  326. .P
  327. Use the command line option
  328. .I \-c
  329. to keep the cache directory clean by removing all orphaned cache files.
  330. Additionally, run the following command afterwards inside the cache directory
  331. to remove empty subdirectories:
  332. .P
  333. .RS
  334. find \-type d \-empty \-delete
  335. .RE
  336. .P
  337. If the version of
  338. .I find
  339. installed on your local system does not support the \-delete option, then you
  340. can also try the following command:
  341. .P
  342. .RS
  343. find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\;
  344. .RE
  345. .SH AUTHOR
  346. .EX
  347. Bert Muennich <ber.t at gmx.com>
  348. .EE
  349. .SH CONTRIBUTORS
  350. .EX
  351. Bastien Dejean <nihilhill at gmail.com>
  352. Dave Reisner <d at falconindy.com>
  353. Fung SzeTat <sthorde at gmail.com>
  354. .EX
  355. .SH HOMEPAGE
  356. .TP
  357. https://github.com/muennich/sxiv
  358. .SH SEE ALSO
  359. .BR feh (1),
  360. .BR qiv (1)