mattfoster / ipython-tmbundle

Useful commands for interacting with IPython from TextMate

This URL has Read+Write access

ipython-tmbundle / Commands / IPython Homepage.tmCommand
100644 21 lines (20 sloc) 0.569 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>open http://ipython.scipy.org/</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^I</string>
<key>name</key>
<string>IPython Homepage</string>
<key>output</key>
<string>discard</string>
<key>uuid</key>
<string>C82225DB-9D99-4487-9A2D-CD013C422236</string>
</dict>
</plist>