Project

tpp

0.0
No commit activity in last 3 years
No release in over 3 years
a ruby wrapper of tpp - a text based presentation program using ncurses
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
tpp is a command-line presentation tool written by Andreas Krennmair <ak@synflood.at> and Nico Golde <nico@ngolde.de>. You can find the original here: http://www.ngolde.de/tpp.html

I simply made it into a gem for super easy installation:

  sudo gem install tpp

Usage example:

  tpp /Library/Ruby/Gems/1.8/gems/tpp-1.3.1/examples/list.tpp
  tpp /Library/Ruby/Gems/1.8/gems/tpp-1.3.1/examples/source.tpp

Or if you're using RVM:

  tpp ~/.rvm/gems/<your-ruby>/gems/tpp-1.3.1/examples/list.tpp
  tpp ~/.rvm/gems/<your-ruby>/gems/tpp-1.3.1/examples/source.tpp

There are more in the examples folder.