meh.1 968 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .TH MEH 1 "2013-12-28"
  2. .SH NAME
  3. meh \- simple, minimalist, super fast image viewer
  4. .SH SYNOPSIS
  5. .B meh
  6. .IR FILE ...
  7. .br
  8. .B meh \-list
  9. .RI [ LISTFILE ]
  10. .br
  11. .B meh \-ctl
  12. .br
  13. .B meh \-v
  14. .SH DESCRIPTION
  15. .B meh
  16. is a small, simple, super fast image viewer using raw XLib.
  17. It is similar to
  18. .BR feh (1),
  19. but faster and simpler.
  20. .LP
  21. .B meh
  22. can use ImageMagick's
  23. .BR convert (1)
  24. to view almost 200 file formats, though it is slower for these formats.
  25. Built-in formats are JPEG, PNG, BMP, and netpbm.
  26. .SH OPTIONS
  27. .TP
  28. .BR \-list \ [\fILISTFILE\fR]
  29. Treat \fILISTFILE\fR as list of images. Defaults to stdin.
  30. .TP
  31. .B \-ctl
  32. Display files as they are received on stdin.
  33. .TP
  34. .B \-v
  35. Print version and exit.
  36. .SH KEY BINDINGS
  37. While
  38. .B meh
  39. is displaying an image, the following key bindings are active:
  40. .TP
  41. .BR j
  42. Next image.
  43. .TP
  44. .BR k
  45. Previous image.
  46. .TP
  47. .BR r
  48. Reload current image.
  49. .TP
  50. .BR Enter
  51. Print current image's filename to stdout.
  52. .TP
  53. .BR \fBEscape\fR\ or \ \fBq\fR
  54. Exit \fBmeh\fR.