A Simple X Image Viewer
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

sxiv.1 1.7 KiB

14 lat temu
14 lat temu
14 lat temu
14 lat temu
14 lat temu
14 lat temu
14 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. .IR FILE ...
  8. .SH DESCRIPTION
  9. sxiv is a simple image viewer for X. It only has the most basic features
  10. required for fast image viewing.
  11. .P
  12. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
  13. manager.
  14. .SH OPTIONS
  15. .TP
  16. .B \-h
  17. Print brief usage information to standard output and exit.
  18. .TP
  19. .B \-v
  20. Print version information to standard output and exit.
  21. .SH KEYBOARD COMMANDS
  22. .SS General
  23. .TP
  24. .B q
  25. Quit sxiv.
  26. .TP
  27. .B Escape
  28. Quit sxiv and return an exit value of 2.
  29. .SS Navigate image list
  30. .TP
  31. .BR Space ", " n
  32. Go to the next image.
  33. .TP
  34. .BR Backspace ", " p
  35. Go to the previous image.
  36. .TP
  37. .B g
  38. Go to the first image.
  39. .TP
  40. .B G
  41. Go to the last image.
  42. .TP
  43. .B [
  44. Go 10 images backward.
  45. .TP
  46. .B ]
  47. Go 10 images forward.
  48. .SS Zooming
  49. .TP
  50. .BR + ", " =
  51. Zoom in.
  52. .TP
  53. .B \-
  54. Zoom out.
  55. .SS Panning
  56. .TP
  57. .B h
  58. Pan left.
  59. .TP
  60. .B j
  61. Pan down.
  62. .TP
  63. .B k
  64. Pan up.
  65. .TP
  66. .B l
  67. Pan right.
  68. .SS Rotation
  69. .TP
  70. .B <
  71. Rotate image counter-clockwise by 90 degrees.
  72. .TP
  73. .B >
  74. Rotate image clockwise by 90 degrees.
  75. .SS Control window
  76. .TP
  77. .B f
  78. Toggle fullscreen mode.
  79. .SS Miscellaneous
  80. .TP
  81. .B a
  82. Toggle anti-aliasing.
  83. .SH MOUSE COMMANDS
  84. .SS Navigate image list
  85. .TP
  86. .B Button1
  87. Go to the next image.
  88. .TP
  89. .B Button3
  90. Go to the previous image.
  91. .SS Zooming
  92. .TP
  93. .B Ctrl+ScrollUp
  94. Zoom in.
  95. .TP
  96. .B Ctrl+ScrollDown
  97. Zoom out.
  98. .SS Panning
  99. .TP
  100. .B ScrollUp
  101. Pan up.
  102. .TP
  103. .B ScrollDown
  104. Pan down.
  105. .TP
  106. .B Shift+ScrollUp
  107. Pan left.
  108. .TP
  109. .B Shift+ScrollDown
  110. Pan right.
  111. .SH AUTHORS
  112. .EX
  113. Bert Muennich <ber.t at gmx.com>
  114. Dave Reisner <d at falconindy.com>
  115. .EE
  116. .SH HOMEPAGE
  117. .TP
  118. http://github.com/muennich/sxiv
  119. .SH SEE ALSO
  120. .BR feh (1),
  121. .BR qiv (1)