todo

todo provides combined listing of "issues" or "todos" from different Issue Providers with color support.

Provider

  • LocalFS -- grep-like local file system provider
  • Github -- issues from identically named github.com/user repo
  • Redmine -- issues from identically named your.redmine.com server

Setup

gem install ctodo

Template for ~/.todo

# config for todo
#
# If you don't want to use some of these services just
# remove the corresponding lines below:
---
:gh_user: <github-user>
:gh_pass: <github-password>
:red_uri: <redmine-base-uri>
:red_key: <redmine-api-key>
:red2_uri: <another-redmine-base-uri>
:red2_key: <another-redmine-api-key>