orgp is a command-line based org-mode presentation tool like mdp.
mdp powered by C , and orgp powered by C++.
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.
Now download and install orgp:
$ git clone https://github.com/LeslieZhu/orgp.git $ cd orgp $ make $ make install $ orgp sample.org
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.
- j, k - next/previous slide
- H - go to first slide
- E - go to last slide
- q - exit
