Let’s say you’ve got a really cool Automator workflow that saves you tons of time but takes a while to run. Do you really have to sit around, twiddling your thumbs while waiting for it to finish? Wouldn’t it be nicer if you could go get a latte instead and get an alert on your iPhone when the workflow is finished? That’s just one example of the kind of thing possible with the latest version of If This Then That (IFTTT). [Read more on Macworld.com...]
Send Keynote 6.2 Presenter Notes to Evernote with AppleScript
A while back, I wrote an article for TUAW that demonstrated how to send presenter notes from a Keynote presentation to Evernote. This week, Apple released Keynote 6.2, and it contains some updated terminology. Here's an updated version of the script, which works with Keynote 6.2.
NOTE: You can download an example presentation containing presenter notes here. You can download the completed AppleScript here.
TUAW Post > Adding Copy to Clipboard Rollovers in Contacts App via AppleScript
Apple's Contacts app includes a lot of great shortcuts for initiating different forms of communication. Just click an email address, phone number, or URL field label to display a list of available options. You can send an email, show a phone number in large type, or start a FaceTime call, for example. Curiously, one shortcut that's absent from most of these popups is one for copying the email address, phone number, URL, etc. to the clipboard. Mailing addresses are one exception, as they provide an option to copy a mailing label. But, other fields don't include this option. Sure, you could just select a phone number, email address, URL, etc., and press Command+C to copy it. But, what fun is that? It sure would be nice if there were just more handy copy to clipboard shortcuts instead. With the help of AppleScript, you can add your own. Here's how...
[Read more on TUAW...]
TUAW Post > AppleScripting OmniFocus > Send Completed Task Report to Evernote 2
In February, I provided instructions for using AppleScript to send completed task reports from OmniFocus to Evernote. The script was quite well received by readers, and I received numerous requests for enhancements. This post provides an updated version of the script, which includes a number of additions. The script now supports full project paths and additional task details including the context, estimated time, start date, modification date, completion date, and notes. This additional content is optional, and you can adjust the script to not display it if you wish.
[Read more on TUAW...]
TUAW Post > AppleScripting Email > Developing a Quoted Reply Service
A reader recently wrote to me with a problem. Apparently, Microsoft Outlook no longer contains the ability to create quote level chunks of text when replying to messages in plain text format. Why this functionality was removed, I can't say. But, with a little help from AppleScript and Automator, I was able to help the reader to add this functionality back via a Service. Better yet, the Service can be set up to work in any email client, or even systemwide in any app. Here's how you can do it...
[Read more on TUAW...]
TUAW Post > AppleScripting Mail > Announce New Emails By Voice
You're in the kitchen cooking dinner, or sitting down watching TV, or exercising. Ding! You have a new email. Quickly, run to your Mac to see who it's from. Meh, spam. Ding! Meh, a message from your boss. Ding! Meh. Sure would be nice if Mail could announce who's emailing you. That way, you could just listen for ones you care about. Well, with the help of AppleScript and Mail rules, you can set this up on your own. Think of it as an audible caller ID, but for email.
[Read more on TUAW...]
TUAW Post > Triggering AppleScripts from Calendar Alerts in Mountain Lion
AppleScript's are great tools for increasing your daily productivity. They're even better when they can be set to run unattended, at night, on weekends, or during downtime. In Lion, iCal included a handy option for attaching a script to a calendar event. Just create an event, add a Run Script alarm, point it to the desired script and you're good to go. Things changed in Mountain Lion, though. Presumably for security reasons, the Run Script alarm option was removed from the Calendar app. Despite its removal, however, there are still some ways you can trigger scripts from Calendar events.
[Read more on TUAW...]
Macworld Article > 100 More Things Every Mac User Should Know > Five Useful Automator Workflows
The April 2013 issue of Macworld magazine includes a special feature - 100 More Things Every Mac User Should Know: Essential Knowledge for Anyone Who Wants to be Savvy. I wrote the Automator section. It includes the following 5 useful workflows:
- Wrap selected text in quotes
- Get a word count of selected text
- Create a subfolder in the Finder
- Add dates to files in the Finder
- Toggle hidden Finder files on/off
Hope you find it useful. This issue is available in print and in the iBookstore.
-Ben