Update: My script no longer works with newer versions of Adium, but brnrdbrk was kind enough to update it for 1.3.
So I finally figured out how to write AppleScripts that hook directly into Quicksilver’s “text clipping” interface. For the longest time I’ve wanted to be able to set away messages from Quicksilver… and now I can:
using terms from application "Quicksilver"
on process text ThisClipping
tell application "Adium"
set my status message to ThisClipping
set my status type to away
end tell
end process text
end using terms from
It may not look like much, but I’m a happy boy. Put that into an AppleScript using Script Editor and save it to ~/Library/Application Support/Quicksilver/Actions. Restart Quicksilver, and you’ll be able to set any text you type in Quicksilver after the “.” command as your Adium away message.
The on process text terms has lots of other uses too. I’m sure I’ll come up with more.
Tags: apple, applescript, code, hacks, macosx, open-source, quicksilver, software, tips-tricks
-
Have you played with the voice recognition much? Even cooler would be to say “Hey pooter, I’m going to lunch” and have it set the appropriate away messages, start any huge downloads you have queued up and periodically login to various work servers so you can say “NO! I was only gone for an hour and I can prove it!”
-
This is a very nice Apple Script. I’ve been looking for a way to do this through QS for a while now, but you did it for me. Thanks a lot, hopefully we’ll see more like this in the future.
-
I was wondering if this still works with the new version of adium, 1.2 – I have been attempting to get it to work, but have been unsuccessful. Thanks
-
This appears to be broken in Adium 1.2 – another unsuccessful attempt.
-
Hey,
I updated your script for new versions of Adium and Quicksilver.
Check it out at http://blog.ambmediadesign.com/10/adium-and-quicksilver/
-
Pingback from chris » Blog Archive » Adium Status Message on June 30, 2008 at 6:25 pm
-
Pingback from Adium and Quicksilver on July 8, 2008 at 8:42 pm
-
I made a working script for Adium 1.3. Check it out at: http://blog.ex-ile.org/post/48550980/quicksilver-adium-away-action


16 comments
Comments feed for this article
Trackback link: http://chrismetcalf.net/blog/archives/2006/07/25/quicksilveradium-away-message-hack/trackback/