meh.1 688 B

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