public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
git-tmbundle / Commands / Delete Branch.tmCommand
100644 24 lines (22 sloc) 0.679 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
<?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>#!/usr/bin/env ruby
 
require ENV['TM_BUNDLE_SUPPORT'] + '/environment.rb'
dispatch(:controller =&gt; "branch", :action =&gt; "delete")</string>
  <key>input</key>
  <string>none</string>
  <key>keyEquivalent</key>
  <string>^G</string>
  <key>name</key>
  <string>Delete Branch...</string>
  <key>output</key>
  <string>showAsTooltip</string>
  <key>uuid</key>
  <string>508C7FCD-E5DD-4E60-88C3-A668C48273B7</string>
</dict>
</plist>