kitplummer / slider forked from dgoodlad/slider

Allows for quick and easy creation of text-based slides for presentations

This URL has Read+Write access

Kit Plummer (author)
Tue Jan 06 19:17:44 -0800 2009
commit  a62dcf856dbd7e96142b6a2bb1bd562ccdd1f5c2
tree    fbfa319b719e435ba64cb0f322557cb0357965f6
parent  8662a988b7a4e34cd1326fa418ade918de6a66b7
slider /
name age message
file MIT-LICENSE Loading commit data...
file README
directory doc/
directory lib/
file slider.gemspec
README
Slider is a simple Ruby module to allow a presenter to create and view a
slideshow using only a terminal emulator. It requires the use of the console
application 'figlet' to draw the fancy headings.

Configuration:

- Set the # of columns in your terminal window (default is 80).
set_columns 105

- Set the # of rows in your terminal window (default is 24).
set_rows 30

Create slides:
- Set the header (first argument), and sub-points (subsequent arguments) each
separated by a comma.

slide "Slider", "It's cool!"

Run the show:

start_slideshow

This code is provided under the MIT license, included in the file MIT-LICENSE