ryanb / todo-list.tmbundle

A simple TextMate bundle to manage a todo lists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO List TextMate Bundle
-------------------------

I like to keep my todo lists very simple and this bundle helps me do 
so. Usually it's just a TODO file at the root of my project which looks 
something like this.

  Widget Factory - the ultimate widget maker
  - design widgets
  - print blueprint
  ? create molding
  % make widget
  x design advertisement
  - design website
  ! get rich

Here's what the various symbols mean.

  - = to be resolved
  x = resolved, ready for checking and removal
  + = on hold or waiting on someone
  ? = questionable, possibly unnecessary
  % = too big, should be broken down into multiple smaller issues
  ! = urgent

To install this bundle, just download and double click the bundle. Or 
use a tool like GetBundles.

See the Railscasts theme for syntax highlighting.
http://github.com/ryanb/textmate-themes

About

A simple TextMate bundle to manage a todo lists.

License:MIT License