markryall / business_socks
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
e112d71
commit e112d713989557fc412cec30284c8eaeacc724ab
tree 0ac6401c377b0d1d95ab195ea5d11f6a07579b6b
parent f6e3921f3c825c214e5ba3ab89ed822eaa5abc11
tree 0ac6401c377b0d1d95ab195ea5d11f6a07579b6b
parent f6e3921f3c825c214e5ba3ab89ed822eaa5abc11
README
This is a little shoes application to help you stick to an agenda. How do you use it? * install ruby (http://ruby-lang.org) * install shoes (http://shoooes.net) * git clone git://github.com/markryall/business_socks.git * cd business_socks/lib * shoes business_socks.rb * type 'l' (ie. load) * browse to one of the agenda files at the root of the project Voila! A single bicycle bell sounds at the 1/3 and 2/3 point and then a double bicycle bell marks the end of an event. Other commands: 's' - start timer 'S' - stop timer or agenda 'l' - load an agenda '+' - add one minute to the current event (while running an agenda) '-' - subtract one minute to the current event (while running an agenda) 'k' - kill the current event (while running an agenda - note that this doesn't quite work properly) 'K' - kill all events (while running an agenda)

