The Lightweight Task Tracker.
rename config/application.example.yml to config/application.yml
$ cp config/application.example.yml config/application.yml
Fill your credentials for twitter.
$ open https://dev.twitter.com/
$ open config/application.yml
TWITTER_KEY: 'YOUR CONSUMER KEY'
TWITTER_SECRET: 'YOUR CONSUMER SECRET'
rename Guardfile.example to Guardfile
$ cp Guardfile.example Guardfile
$ guard
brew update
brew install phantomjs