imgcurses.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .. RST source for imgcurses(1) man page. Convert with:
  2. .. rst2man.py imgcurses.rst > imgcurses.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 20151107_de613ca
  5. .. |date| date::
  6. =========
  7. imgcurses
  8. =========
  9. ----------------------------
  10. character-based image viewer
  11. ----------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. imgcurses *filename*
  19. DESCRIPTION
  20. ===========
  21. **imgcurses** is a smart console-based image viewer, using color ASCII art.
  22. **imgcurses** supports TGA, PNG, and JPEG images. Images are scaled to fit
  23. the terminal size.
  24. CONTROLS
  25. ========
  26. **[**
  27. Zoom out.
  28. **]**
  29. Zoom in.
  30. **Arrow Keys**
  31. Scroll.
  32. **m**
  33. Change mode (solid, value, color, detail).
  34. **q**
  35. Quit.
  36. COPYRIGHT
  37. =========
  38. See the file /usr/doc/imgcurses-|version|/LICENSE.md for license information.
  39. AUTHORS
  40. =======
  41. imgcurses was written by Daniel Holden.
  42. This man page written for the SlackBuilds.org project
  43. by B. Watson, and is licensed under the WTFPL.
  44. SEE ALSO
  45. ========
  46. The imgcurses homepage: https://github.com/orangeduck/imgcurses