Great Quicksilver/MetaMark Python Script!
Tagged:
Great little script here for using the MetaMark URL shortening service in conjunction with Quicksilver.
Some enhancements...
For FireFox users, replace the Safari-laden AppleScript lines with:
applescript = '''tell application "Firefox" set ff to properties of front window as list get item 3 of ff end tell'''
For those who also cannot partake of system beeps for notification upon shortening completion here's a Growl replacement for the end beeping:
popen('growlnotify -n "surl" -m "URL Shortened\n' + url + ' :: ' + shortURL + '"') ;
(that requires installing the growlnotify support - which you probably did if you're a Growl user - and having "/usr/local/bin in the appropriate path (you can just pre-pend that onto the growlnotify command just to be sure.
- 1309 reads



What You Are Saying
4 days 12 hours ago
8 weeks 1 day ago
12 weeks 21 hours ago
12 weeks 1 day ago
16 weeks 2 days ago
16 weeks 5 days ago
17 weeks 1 day ago
17 weeks 2 days ago
18 weeks 2 days ago
19 weeks 5 days ago