This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
David Goodlad (author)
Wed Jan 07 17:32:04 -0800 2009
commit 988b61be4a37f1473c0bdd863124a3d2eb8781f1
tree 233168c8bfba185f2b0f9007b2a896ec0736a621
parent 865bdd86735bb6195ff5f8c02833f5c2e28220b3
tree 233168c8bfba185f2b0f9007b2a896ec0736a621
parent 865bdd86735bb6195ff5f8c02833f5c2e28220b3
slider /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Nov 06 06:48:01 -0800 2008 | |
| |
README | Tue Jan 06 22:44:34 -0800 2009 | |
| |
doc/ | Tue Jan 06 22:44:34 -0800 2009 | |
| |
lib/ | Tue Jan 06 22:44:34 -0800 2009 | |
| |
slider.gemspec | Wed Jan 07 17:32:04 -0800 2009 |
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 - Set the FIGlet font of choice. See the FIGlet man page for more info. set_figlet_font 'bubble' 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







