Last Updated: February 25, 2016
·
1.414K
· rhowardiv

Bash slide presentations

For you CLI reactionaries who like to give presentations in plain text, here's a slideshow tool written in bash:

https://gist.github.com/3860861

Provide it a plain text file where the slides are delimited by the word "slide" on a line by itself. Uses vim-like controls to go forward and back, but it's so simple it's easy to make it do whatever you want.

One gotcha: the last slide should have the "slide" delimiter following, otherwise the last line will be cut off. Maybe I'll fix that...