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
search-in-project-with-ack-tmcommand / SearchInProjectWithAck.tmCommand.tmpl
100644 23 lines (22 sloc) 0.65 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>bundleUUID</key>
<string>5A9D4FC6-6CBE-11D9-A21B-000D93589AF6</string>
<key>command</key>
<string>##CONTENT##</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>@F</string>
<key>name</key>
<string>Search in Project with ack</string>
<key>output</key>
<string>showAsHTML</string>
<key>uuid</key>
<string>0B537D91-B21D-4A52-BFD8-D1E73669E2BD</string>
</dict>
</plist>