qslaunch is a small framework to launch stuff from Quicksilver.
The trick is to create a python script containing a bunch of rules. Quicksilver executes the script using a given name that the script will match against the rules.
If a match is found, the command associated with the rule is executed.
The command can be any python code you supply. Or it can be one of the included commands…
qslaunch comes with a few predefined commands that can:
The project page is currently hosted on my blog: qslaunch.
Other links: * mercurial repository * online documentation