All items tagged with "automator"

Script Grabs Hi-Res Icons For Any iOS App You Like

Script Grabs Hi-Res Icons For Any iOS App You Like

USe Brett’s script to avoid crappy jaggy image files like this one.

This post is a little “inside baseball,” as it’s about a new tool for grabbing high-res app icons direct from the command line (or using an app), and this is the kind of thing that is most useful to writers like me. Then again, it’s by Brett ‘I just built this’ Terpstra, the Hardest Working Man on the Internet™, and is plain ingenious, so lets take a look.

Read the rest of this post »

Sync Your Lightroom Across All Your Macs With Dropbox [How To]

Automatical2

Lightroom and Dropbox, sitting in a tree…

I have gotten more mail asking about how I keep my Lightroom mostly in my Dropbox than pretty much anything else recently, after I mentioned it in a recent article. So here goes: an in-depth look at how I have things set up.

It’s not just for Lightroom/Dropbox nerds either: Using this method, you can keep pretty much anything in Dropbox and sync it between computers, even if the folders involved absolutely have to stay in a certain place on your hard drive, like your ~/Library folder.

Read the rest of this post »

Remote Control Your Mac At Home Using Only An iOS Text Editor [How-To]

Remote Control Your Mac At Home Using Only An iOS Text Editor [How-To]

By the numbers: A simple Drafts action can remote control your Mac.

Wouldn’t it be neat if you could type “Hey MacBook, STFU!” into your iPhone’s text editor and – mere moments later – have your Mac do just that? Welcome to the nerdy world of automation, where you can remote control not just your computer but your whole home, just using plain text.

With a few simple tools you can control iTunes, turn your bedroom lights down low, and… well, you get the drift. And who said nerds weren’t sexy?

Read the rest of this post »

Use Sparrow To Email Files As Attachments With A Right Click [OS X Tips]

Use Sparrow To Email Files As Attachments With A Right Click [OS X Tips]

Did you know that you can send attached files from anywhere on your computer, using Mail? Simply right click on any file in the finder, move your cursor down to Services, and select New Email With Attachment. OS X will open Mail if it’s not already running, and set up a new message with that file as an attachment.

That’s all well and good if you use Mail. But what if you’ve opted for Sparrow, a popular third-party OS X email client? You might think you’re out of luck.

You’re not, and we’re going to show you how to make it happen.

Read the rest of this post »

Make Your Mac Read Documents To You [OS X Tips]

Make Your Mac Read Documents To You [OS X Tips]

Sure would be great to listen to every day documents easily, say, on a long drive or airplane commute. There are a ton of ways to make this happen, including some third party apps, but this is a pretty slick, easy way to turn any text you can highlight into spoken text that can be put on an iPhone, iPad, or iPod, ready to go along with you.

Read the rest of this post »

Subscribe to the Cultcast

Count Words, Characters and Paragraphs With A Roll Your Own Automator Service [OS X Tips]

Count Words, Characters and Paragraphs With A Roll Your Own Automator Service [OS X Tips]

As a writer, I need to know the number of words in my textual musings on a fairly regular basis. I’m sure many of you might have the same need, if even to count the characters in those funny Tweets you’ve been thinking about for weeks. Today’s tip should help you out, in a super cool DIY style.

Read the rest of this post »

How-To Fix Your Automator iTunes Workflows

How-To Fix Your Automator iTunes Workflows

When we posted on Friday that iTunes 10 had killed off old Automator workflows, it had all the hallmarks of a bug… and as it turns out, a but it is.

As it turns out, the problem is caused because Automator detects iTunes 10 as being a lower version number than iTunes 9, because Automator apparently sorts version numbers alphabetically instead of numerically.

As it turns out, the fix isn’t entirely onerous: simply open up the info.plist inside the packages of your non-functioning workflows and manually change the version number. If you absolutely can’t live without your iTunes Automator workflows until Apple managed to issue a Software Update, here’s your stop gap solution.

iTunes 10 Kills Off Old Automator Workflows

iTunes 10 Kills Off Old Automator Workflows

Apple’s Automator is a fantastic way to manage your iTunes tracks… but with Apple’s iTunes 10 update, many iTunes-specific Automator workflows have simply stopped working.

According to upset users in Apple’s discussion forums, the vast majority of iTunes Automator actions go missing when you install iTunes 10. Try to run a previously created iTunes workflow and you will ironically be prompted to install iTunes 4.6 or higher. Ugh.

The good news here is that none of the functionality has disappeared from AppleScript, so it should be able to replicate the functionality if you change gears. Still, the sudden absence of iTunes functionality in Automator is mysterious: did Apple purposely drop the functionality, or is this a bug? If the former, what was Apple’s rationale?