Skip to content

Instantly share code, notes, and snippets.

@MikeGrace
Created June 14, 2010 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeGrace/437379 to your computer and use it in GitHub Desktop.
Save MikeGrace/437379 to your computer and use it in GitHub Desktop.
<?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>saveActiveFile</string>
<key>bundleUUID</key>
<string>AAB4FD74-73F9-11D9-B89A-000D93589AF6</string>
<key>command</key>
<string>growlnotify -t "TextMate" -m "committing code" -a "TextMate"
krl commit
</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>@k</string>
<key>name</key>
<string>krl commit</string>
<key>output</key>
<string>discard</string>
<key>scope</key>
<string>source.js</string>
<key>uuid</key>
<string>CB07ACC1-20E7-4409-A994-874CE0D61598</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment