AppleScript

Posted on Wednesday, December 29, 2004

I love AppleScript. Using Butler, I run my script via a hot key (Apple+Shift+N). The script MarsEdit and starts a new blank blog entry.

tell application “MarsEdit”

activate
make new post window

end tell

So simple, yet so slick. I <3 OS X.