TextMate - Faster Project Search with Ack

It's no secret, I love TextMate. However, the project based search is crazy slow. If you're in the same boat and looking for a good solution, install the Ack in Project plugin. Believe me, its worth it!

$ cd /Applications/TextMate.app/Contents/SharedSupport/Bundles/
 
$ sudo git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle

Found through: eval(code)

3 Responses to “TextMate - Faster Project Search with Ack”

  1. October 26th, 2008 at 12:35 am Ryan Wilson said:

    Loving this tip, project search is indispensable and this makes it so much faster.

  2. October 26th, 2008 at 8:45 am Greg Bell said:

    Its unbelievable how much faster it is. Now that its though, I find myself using the project search way more. Very useful.

  3. April 1st, 2009 at 10:21 pm Stephan Wehner said:

    Hey, yes, ack is nice.

    I ran into a snag when searching a directory with files ending in .lib — however they were not binary library files, but text files with code. ack skips those by default and gave me no matches, “ack -u” / “ack -a” found the file.

    Stephan

Leave a Reply