subtleGradient / gotofile.tmbundle forked from amiel/gotofile.tmbundle

Bringing Jamis's FuzzyFileFinder back to textmate.

This URL has Read+Write access

gotofile.tmbundle / info.plist
100644 27 lines (26 sloc) 1.284 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>contactEmailRot13</key>
<string>nzvry.znegva@tznvy.pbz</string>
<key>contactName</key>
<string>Amiel Martin</string>
<key>description</key>
<string>Imitates TextMate’s “Go to File” ⌘T functionality and includes the chance to narrow down the list of files by certain folders using '/' as a delimiter. Furthermore one can open the selected file with the default application, insert the absolute/relative path, and open the file in QuickLook. This GUI makes usage of &lt;a href="http://github.com/jamis/fuzzy_file_finder/tree/master"&gt;Jamis Buck’s fuzzy file finder&lt;/a&gt; and code fragments from &lt;a href="http://github.com/amiel/gotofile.tmbundle/tree/amiels_original"&gt; the original fuzzyfilefinder bundle&lt;/a&gt;.</string>
<key>mainMenu</key>
<dict>
<key>items</key>
<array>
<string>D058F9B3-CD75-4AF0-A257-20942B39D163</string>
<string>0ACF99C3-3A64-4A06-BDA7-4FA4E3C2F6A3</string>
</array>
<key>submenus</key>
<dict/>
</dict>
<key>name</key>
<string>GoToFile</string>
<key>uuid</key>
<string>4A51CFD1-BBCD-4F91-8AD1-8F250A99E25E</string>
</dict>
</plist>