Bashpoint is simple but capable presentation tool with textual interface.
It runs in terminal or in console and is driven by keyboard only.
The presentations are writen in simple HTML-like markup language.
To see what bashpoint can do, just run
./bashpoint.sh examples/demo.slidesIn case you are too lazy to clone this repo, here is a picture:
Run a single-file presentation:
./bashpoint.sh [--debug] my_fileRun a multi-file presentation:
./bashpoint.sh [--debug] my_file_1 my_file_2 ...Run a presentation using all files in directory (or multiple directories):
./bashpoint.sh [--debug] my_directory ...