public
Description: TextMate command to search the current project using ack
Homepage:
Clone URL: git://github.com/melo/search-in-project-with-ack-tmcommand.git
100644 14 lines (8 sloc) 0.184 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
target=SearchInProjectWithAck.tmCommand
 
all: ${target}
 
${target}: search_with_ack.rb
./gen_tmCommand.pl > ${target}
 
test: all
open ${target}
 
install: ${target}
open ${target}