[SVN] r7191 (Cron)

Grant Hollingworth grant at antiflux.org
Wed May 9 17:15:07 UTC 2007


* Ciarán Walsh <ciawal at gmail.com> [2007-05-09 09:47]:
>A bundle for editing crontabs. Includes a fairly extensive grammar.

I like it.  It's a shame it can't recognize files created by 'crontab -e', since they don't have a consistent extension ("crontab.<randomstring>").

The only other thing I can think to add is an implementation of Align Assignments (from the Source bundle) to turn this:

    */10 * * * * foo
    @hourly bar

into this:

    */10 * * * * foo
    @hourly      bar



More information about the textmate-dev mailing list