So I had this applescript, I wrote a long time ago, that i used for open a terminal window from the finder. It was a compiled applet that you could launch from the finder toolbar. The biggest problem (especially on my intel laptop) is that it’s kind of slow to launch before it executes.
We’ll now with version 2.0, it is super fast, because it’s been ported to objective-c and sends apple-events by utilizing the appscript bridge on macforge by HAS.
I have a compiled universal binary and source of this application on google code it’s MIT licensed, just to keep things simpler since the appscript framework is MIT licensed, and my code is less than 20 lines so I’m not concerned that it’s not a copyleft licensed.