protocool / AckMate

TextMate plugin (Cocoa) shell for running 'ack'
MIT License
723 stars 34 forks source link

Searching rooted at selected folder #1

Closed adamv closed 14 years ago

adamv commented 14 years ago

The previous bundle implementation rooted searches at the selected folder, rather than the project root. Any plans on adding that functionality to this implementation?

protocool commented 14 years ago

It's planned, yes.

In the mean-time you can (somewhat) work around this by using -G in the options field to limit the search to files matching the pattern you specify.

eg: -Gapp/controllers will only search files with "app/controllers" as part of their fully-qualified file name.

protocool commented 14 years ago

Corrected in 1.0.2 - command-enter to limit your search to the folder you have selected in the project drawer.

openhood commented 14 years ago

Sweet! It's so useful that you should probably tell about it on the project wiki :)