mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-20 23:50:57 +00:00
29 lines
1001 B
Plaintext
29 lines
1001 B
Plaintext
<?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>beforeRunningCommand</key>
|
|
<string>nop</string>
|
|
<key>command</key>
|
|
<string>cat|pbcopy -pboard find
|
|
|
|
. "$TM_SUPPORT_PATH/lib/html.sh"
|
|
redirect "http://www.google.com/search?q="${TM_SELECTED_TEXT:-$TM_CURRENT_WORD}"%20site%3Aquirksmode.org%20OR%20site%3Adeveloper.mozilla.org%2FEn%20OR%20site%3Amsdn.microsoft.com%2Fen-us%2Flibrary%20OR%20site%3Awww.w3schools.com%20OR%20site%3Awww.devguru.com&btnG=Search"
|
|
</string>
|
|
<key>fallbackInput</key>
|
|
<string>word</string>
|
|
<key>input</key>
|
|
<string>selection</string>
|
|
<key>keyEquivalent</key>
|
|
<string>^h</string>
|
|
<key>name</key>
|
|
<string>Documentation for Word / Selection Google</string>
|
|
<key>output</key>
|
|
<string>showAsHTML</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>uuid</key>
|
|
<string>3DAB45A8-21C8-4581-809B-2D3C1E8FF1B0</string>
|
|
</dict>
|
|
</plist>
|