Teck Ninja wrote:
On May 10, 2006, at 11:05 AM, Jacob Rus wrote:
One benefit is that quicksilver picks up services, though I've added my own quicksilver action that pipes text to mate anyway, so the service isn't really essential.
Do you mind sharing the Quicksilver action for me?
No problem:
#!/bin/bash echo "$1" | mate &
Save as ~/Library/Application Support/Quicksilver/Actions/mate.sh
-Jacob