This is a collection of ti plugins I use.
console: Outputs passing minutes on stdout.
curl https://raw.github.com/federomero/ti-plugins/master/console.rb > ~/.ti/console.rb
reviewer: Allows to review time entries before finishing.
curl https://raw.github.com/federomero/ti-plugins/master/reviewer.rb > ~/.ti/reviewer.rb
ledger: Outputs time entries in ledger's timelog format.
curl https://raw.github.com/federomero/ti-plugins/master/ledger.rb > ~/.ti/ledger.rb
git: Adds git commit messages to the task description.
curl https://raw.github.com/federomero/ti-plugins/master/git.rb > ~/.ti/git.rb
growl: Display growl notifications.
curl https://raw.github.com/federomero/ti-plugins/master/growl.rb > ~/.ti/growl.rb
terminal-notifier: Display mountain lion notifications. Requires terminal-notifier.
curl https://raw.github.com/federomero/ti-plugins/master/terminal-notifier.rb > ~/.ti/terminal-notifier.rb
MIT