TermPresenter is a presentation tool that works entirely inside a terminal. It converts text and image slides into ASCII art so you can present over SSH, serial consoles or any other terminal connection.
- Ruby
- Pango library for Ruby
- netpbm utilities (for image conversion)
- standard UNIX tools such as
cut
git clone https://github.com/ikegam/Termpresenter.git
cd Termpresenter
bundle install
chmod +x ./bin/tmptr
./bin/tmptr -h
Slides are stored as files inside the presen/
directory. Run ./bin/tmptr
to start the presentation. Use the following keys while running:
n
: next pagep
: previous pagec
: execute commandl
: reload slides from directoryq
: quit
presen/
– sample presentation fileslib/
– application librariesbin/tmptr
– launcher script