TextMate command to copy an txmt:// url to the current file
I’ve been using this TextMate command for many years to copy an URL to the current file and then paste into a bug tracker/todo list or something.
I’ve been using this TextMate command for many years to copy an URL to the current file and then paste into a bug tracker/todo list or something.

Before upgrading to Snow Leopard I had a QuickSilver trigger (⌃⌥⌘M) to open the currently selected file(s) or folder(s) in TextMate. It was setup as a QuickSilver trigger using the Proxy Object “Finder Selection”. Too bad it doesn’t work for me in the later QuickSilver versions and/or Snow Leopard.
I missed this trigger so I made a 10.6 Service to accomplish the same task:

~/Library/Services. I called mine “Open With TextMate”
To run the service from the keyboard, run “System Preferences” and select “Keyboard”, then select “Services” in the left menu and locate the “Open With TextMate” service on the right side. Add a keyboard shortcut (I choose the same as I’m used to, ⌃⌥⌘M).
I really like the MissingDrawer plugin for TextMate but it stopped working for me after upgrading to Snow Leopard. I recompiled it for 10.6 and now it works again.
Get the updated versions here (one with blue background and one with the white default).
Update:
This the first version of a TextMate bundle for Prototype and script.aculo.us JavaScript libraries. The language grammar is based on from Justin Palmers Prototype Bundle but the other commands/snippets are all new. Please let me know if you have any comments and/or improvements.