Sam Stephenson
2005-Jan-20 02:11 UTC
Rake task for automatically updating TODO files with public Ta-da lists
I''m using the super awesome new Ta-da List[1] to update my Rails app''s TODO file automatically. I wrote a screen-scraper for publicly shared lists[2], then I threw it in my script/ directory and added a Rake task called "todo": | desc "Update the TODO file from the public Ta-da list" | task :todo do | `ruby script/tadalist sls 2205 incomplete > TODO` | end Of course you''ll need to modify those arguments appropriately. Enjoy! Sam -- [1] http://www.tadalist.com/ (where have you been all day?) [2] http://conio.net/code/tadalist.rb