A download link is up. I’ll be periodically uploading a compiled version of Quicksilver for those who’re keen on testing out the latest revisions.
The incompatibility with the File Tagging plugin hasn’t yet been worked out as the source isn’t available. If you’re using the download from B5X, be sure to disable this plugin until the conflict is resolved.

Note that some features (such as the “smart replace” pictured above) require setting the feature level to “developer”. You can do this by running the following two commands, then relaunching:
defaults write com.blacktree.Quicksilver "Cutting Edge Features" -bool yes
defaults write com.blacktree.Quicksilver "Feature Level" 3
Just committed my changes to the subversion repository.
A few new features and general stability improvements, but mostly a very thorough cleanup of the source code, so you can actually compile it now.
Compilation Instructions
Open Xcode preferences, scroll across to Source Trees and add one with a Setting Name of “QSFrameworks” and path of /Applications/Quicksilver.app/Contents/Frameworks/.
Then unzip Quicksilver.xcodeproj.zip, and open the Quicksilver.xcodeproj project in Xcode. Make sure you set the Active Build Configuration to “Release”. Click the Build button and you’re away.
Note: This build appears to be incompatible with the File Tagging plugin.
I often need to use OS X icons on the web. Unfortunately, it’s not an easy matter to extract icons from Mac files or folders. The solution? IconGrabber.
Continue Reading IconGrabber
Where can you find an application that comprises a single shell command wrapped in so many layers that it ends up 10,000 times bigger, slower, more obtrusive, less intuitive and full of junk, but still performs the same function as the original command?
Here’s your answer.
AppleScript can be handy sometimes, but when people release applications like this, and get awards for it, alarm bells should be going off. WallSaver is almost two megabytes in size. For a single command-line.
Just reinforce the point, I wrote another wrapper for the same command in Objective-C. It’s 100 kb, or 60 kb without the icon. It can pause the screensaver (which brings it down to 0 CPU usage), resume it or restart it. And not once will it throw an “AppleScript error”
. Download it and see for yourself.
As for the source code, all you need is:
/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background
The developer version Quicksilver Beta 52, build 3804, has been released. Changelog reads:
Addressed some crashes related to switching applications Fixes for Leopard
If you’re developing plugins for Quicksilver and running Leopard, you may want to download this new release.