On May 12, 2006, at 4:00 AM, textmate-request@lists.macromates.com wrote:

I suggest the following:


    #!/usr/bin/env python

    import sys, os


    oldtask = os.environ['TM_CURRENT_LINE']

    sys.stdout.write("DONE " + oldtask[4:])


-Jacob


Jacob - 

Cool!  I haven't done much coding lately and I guess it shows.  Thanks for the help.

Mike