Tag Archives: applescript
Add To Yojimbo with AppleScript
I’ve started using Yojimbo more as an Anything Bucket and I wanted an easy way to get stuff into it. I found several AppleScripts and they were all good, but they were for individual applications. I try to minimize how much I have to think about routine stuff – I’d much rather have code that [...]
View in Readability AppleScript
I’ve been using Readability for a while now and it’s an amazingly cool tool. I highly recommend it for anyone who reads anything online. In the interest of making things easier and more streamlined I’ve written an AppleScript that can load pages in Readability from various sources. The script is smart and “does the right [...]
Get Current Application with AppleScript
My recent applescript development required different action based on what application was currently active. Surprisingly, there is no good result for this from google. I pulled this out of a Daring Fireball code example (Writing AppleScripts That Dynamically Target Either Safari or WebKit) and am showcasing it so that others who are looking for the [...]