Posts tagged as:

AppleScript

Create a New To Do Item in Things with AppleScript

by Takashi Yoshida on August 18, 2009

in Programming

I receive my mobile phone bill through email every month. Despite several reminders through email and SMS, I still miss my due dates. Rather than relying on my own memory, I decided to create a To Do item in Things. Things is a task management application on Mac and iPhone. On Mac, Things is scriptable [...]

{ Comments on this entry are closed }

Scripting Safari: Open Web Pages From The Past Session

by Takashi Yoshida on February 9, 2009

in Programming

One feature I like in Firefox is that you can save open tabs when you quit Firefox. All tabs will reopen when you relaunch Firefox and you can continue reading those web pages you had opened in the last session. I use Safari all the time so I thought about duplicating this Firefox feature in [...]

{ Comments on this entry are closed }

How to Bulk-Update Address Book with AppleScript

by Takashi Yoshida on December 31, 2008

in Programming

My family and I recently moved to a new home. So whenever we move, I update home address for every family members in Address Book. Rather than typing the new home address manually, I usually create a one-off AppleScript to get this job done. tell application “Address Book” set family to every person whose last [...]

{ Comments on this entry are closed }

Controlling Adium and iChat with AppleScript

by Takashi Yoshida on October 13, 2008

in Programming

Do you use Adium and iChat at the same time? If so, do you find it troublesome to change your online status in both Adium and iChat? I wrote simple scripts to set my online status in Adium and iChat at the same time. I put the scripts in my Script menu so I can [...]

{ Comments on this entry are closed }