kballard / textmate-bundles

git-svn clone of the TextMate Bundles repo

This URL has Read+Write access

duff (author)
Thu Jul 02 15:32:03 -0700 2009
commit  8a3c20d3a177da81e3b3b1d50965791d98c3255f
tree    5c1c75a34aca2f9dfe8fa8d1777ac8b4dfacd78b
parent  671b768630d2c11b9c9aa54f3fd02f3b7e1b7c8d
textmate-bundles / Bundles / Blogging.tmbundle / Commands / Blog (blog).tmCommand
100644 25 lines (24 sloc) 0.71 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
<?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>command</key>
<string>#!/usr/bin/env ruby -rjcode -Ku
require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb"
Blogging.new.choose_blog_endpoint</string>
<key>input</key>
<string>none</string>
<key>name</key>
<string>Blog</string>
<key>output</key>
<string>afterSelectedText</string>
<key>scope</key>
<string>text.blog</string>
<key>tabTrigger</key>
<string>blog</string>
<key>uuid</key>
<string>C316CEDC-A4E1-41DE-B102-CDF78845ACF3</string>
</dict>
</plist>