Scenario: You’re working with the Flex SDK and you’re tracing messages to the Terminal via flashlog.txt. The damn logfile has heaps of clutter in it from the last project you were working on, and you want to clean it up. Solution: Save this snippet and assign it a Quicksilver hotkey: 1234try do shell [...]
Tag Archives: Quicksilver
Open Safari URL in Firefox
Scenario: You are browsing in Safari (because it’s speedier than Firefox) and feel the urge to inspect the site in Firebug or the Web Dev Toolbar. Solution: Save this script and activate it from QuickSilver. 12345678910tell application "Safari" activate set theUrl to the URL in document 1 end tell tell application "Firefox" [...]
Quicksilver actions the easy way
Just encountered bliss deep down in the Quicksilver Google Groups forum. I was trying to save myself a keystroke as usual. More specifically; I often open folders and files in TextMate, and the steps for doing so with Quicksilver are 1: Type the first few letters of the folder/file. 2: Tab over to the next [...]
OmniFocus clippings from Firefox
Summary: In which Martin has created an AppleScript to remedy Firefox’ poor support for OmniFocus‘ “Send to inbox” hotkey. This is a lengthy post with lots of dreary explanations, so you might want to jump to the finished script if you don’t care about how stuff works. Edit: An alternative version brings up your Quick-add [...]
TextMate + QuickSilver = Drag & Drop ActionScript imports.
I couldn’t possibly code in anything but TextMate. Hell, I even blog from TextMate. And since I’m lazy by nature I wanted a better way to import classes from my class library. The TextMate ActionScript 3 Bundle Simon Gregory offers a nice auto complete functionality that lets you define a list of classes to choose [...]
