This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: Automator: Often too overlooked
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
My unix roots often make me jump to shell/ruby/perl when AppleScript is a better choice, especially with the Automator.
I wanted to automatically download the WebKit nightly build for testing, and instead of opening downloadwebkit.sh to wget, open, cp -r, etc I remembered to open up automator and build a simple workflow.
Many developers hate UIs and just want to vi a file and start typing. This is a good example of a useful UI as it helps you find the API that is available (much nicer than grep) and you can drop down into AppleScript too.