A Simple X Image Viewer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

80 rindas
1.1 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. .B FILES...
  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 Control window
  69. .TP
  70. .B f
  71. Toggle fullscreen mode.
  72. .SH AUTHORS
  73. .TP
  74. Bert Muennich <ber.t at gmx.com>
  75. .SH HOMEPAGE
  76. .TP
  77. http://github.com/muennich/sxiv
  78. .SH SEE ALSO
  79. .BR feh (1), qiv (1)