@hackage hspresent0.2.2

A terminal presentation tool

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      Evan Klitzke <evan@eklitzke.org>

    • Versions

      • 0.2.2 Wed, 18 Nov 2009
      • 0.2.1 Mon, 6 Jul 2009
      • 0.2 Mon, 6 Jul 2009
      • 0.1 Wed, 1 Jul 2009

    Hspresent is a simple program that lets you give powerpoint-like presentations in your terminal (for certain definitions of powerpoint-like). It's extremely basic and unintelligent. Don't expect much.

    Invoke like `hspresent pathtoyourpresentation`. Left and right arrow keys move between slides, and hitting q or `Ctrl-C` quits the presentation.

    The file format is really simple right now. Slides are separated by lines consisting of the characters --. You can put the single character . on a line to demarcate a split frame. A split frame really creates a new frame with the contents of the previous frame copied at the front (this is similar to how beamer works).