/orgp

A command-line based org-mode presentation tool

Primary LanguageC++GNU General Public License v2.0GPL-2.0

orgp - A command-line based org-mode presentation tool

./orgp.gif

What is orgp

orgp is a command-line based org-mode presentation tool like mdp.

mdp powered by C , and orgp powered by C++.

When to use it

If your team need to presentation something in a Screen, then you can try orgp or mdp.

orgp based on org-mode, but it only support simple format rules from org-mode, as it’s just a presentation tool.

How to get started

Now download and install orgp:

$ git clone https://github.com/LeslieZhu/orgp.git
$ cd orgp
$ make
$ make install
$ orgp sample.org

Support format

Each paragraph are used as slide separator.

Supports basic org-mode formating:

  • line wide formating
    • headlines
    • code
    • quotes
    • unordered list
  • in-line formating
    • bold text
    • underlined text
    • code

Review sample.org for more details.

Controls:

  • j, k - next/previous slide
  • H - go to first slide
  • E - go to last slide
  • q - exit