Automator is a Mac OS X utility that allows creation and execution of workflows that can be integrated with Mac OS X. This enables users to automate repetitive tasks to save time and effort.

learn more… | top users | synonyms

3
votes
1answer
27 views

AppleScript based Automator service quite unstable (sometimes very slow, sometimes encounter error)

I have some applescript based Automator services, for instance, Launch Emacs With Selected File: tell application "Finder" set selectedDirectory to (quoted form of POSIX path of (target of window ...
0
votes
1answer
25 views

Script to copy files to x locations of rules are met

I would like to create an automator script that will ask me for a specified folder, and on selection I would like it to search for the following and do x tasks if files is .mkv and does not contain ...
1
vote
1answer
28 views

Finder not enabling use of Services when changing “Service receives selected” input

I have a Service on automator that applies to Files and Folders in Finder. Initially it was saved as "Text" input. Problem is, Finder won't show this Service to Files and Folders. If I go to ...
0
votes
1answer
19 views

If filesize > X copy to A elseif copy to B in Automator

I would like to create a workflow which on "Ask for Finder Items", once selected and the filtered query is found I want the file to be copied to one of two locations, where it goes depends on size. ...
0
votes
1answer
25 views

Save a webpage on the desktop and label it red using Automator

In Chrome, I use CommandS to save a webpage and another separate shortcut I created using Services (Automator) to label files red on the desktop (does not have specificity for .webloc files). ...
0
votes
0answers
38 views

Automator to find specific file in folder and then delete the folder

I have created an Automator workflow which asks the user for a folder and then it looks for files that meet x requirements. It then copies those files to another location. How can I then make it ...
1
vote
0answers
46 views

Ideas for task automation [closed]

I'm looking for a better way (my current way: manual labour) to automate my tasks after I'm done with developing my Wordpress themes. The tasks I need to perform are: Copy Rename Compress (.zip) ...
0
votes
0answers
22 views

Service created by Automator to controll iTunes is not working all the time

I'm using Mac OS X 10.7.5 (Lion) and iTunes 11.0.2 (26). I was searching for a global hotkey to skip a track back and forward with 5 second, but I couldn't find it. After that I saw that how we can ...
0
votes
0answers
158 views

Automator and /bin/bash Shell Script

I have the following /bin/bash script in terminal (labeled purge.sh) #! /bin/bash # cleaning up and being paranoid x=`/usr/bin/osascript <<EOT tell application "Finder" activate ...
1
vote
1answer
102 views

OSX script to Check if ffmpeg process has stopped

I have a Automator Workflow that uses Videobox to convert flash videos for multiple devices but cannot tell when it finish a conversion,I know that it uses ffmpeg for its conversion as I can see it in ...
1
vote
1answer
110 views

Keyboard shortcut for Service in OS X doesn't work

I just wrote a script through Automator to make a keyboard shortcut under the title "New Finder Window Home": on run {input, parameters} tell application "Finder" activate make ...
2
votes
0answers
74 views

How to create a shortcut to toggle Chrome Settings on Mac

In Mac Chrome, I like to switch the default, global Page Zoom settings from 100% to 125%. I'd like a shortcut to do it quickly instead of needing to go to Settings, click Show Advanced Settings, and ...
2
votes
0answers
56 views

Show all services on right click (mac) [closed]

Whenever you have more than 4 services, they are put in a dropdown option "Services" on right click instead of just being added to the right click menu itself. Is this an option somewhere that can ...
0
votes
0answers
57 views

Remember file names -> perform action to files -> save files again with remembered name

I want to send the files to the "Perform OCR" action and save them with their original file name. Is that possible? (maybe rather with an apple script?) it's basically this for Prizmo.
7
votes
1answer
188 views

How to change the appearance of empty folders in finder using Automator?

I'm trying to use Apple Automator to label empty folders in a heirarchy. Basically, I start off a project with a heirarchy of empty folders and fill them as I work. I want a workflow to label all ...
0
votes
1answer
108 views

Applescript in Automator to Service

I'm trying to do this very simple Applescript for text manipulation. It runs from the service menu, in some applications. Questions: What's wrong with my script? Sometimes it shows up in the ...
0
votes
1answer
97 views

MD5 (OSX) and Output

when using MD5 i get a text file output of the full path to the file and file name and then space and the hash. wondering if there's a way omit the path and just have filename = hash using terminal ...
1
vote
1answer
380 views

Where is “shell script” in Automator?

I am trying to add Sublime to right-click in Finder on Mountain Lion. When I open Automator, I do not see any shell script as options. Here is a video frame from the the tutorial: and here is ...
0
votes
0answers
8 views

OSX Automator - Detect when PC turns off [duplicate]

Possible Duplicate: How to run a script at login/logout in OS X? I was wondering if it was possible in some way with Automator to detect when the computer is turning off ? Basically, I'm ...
1
vote
0answers
31 views

in automator how can I make a hotkey to insert string

What I want to do seems simple, but all the automator docs cover different functionalities. I have a number of strings that I have to input repeatedly throughout the day and I want to make hotkeys to ...
2
votes
4answers
157 views

How can Automator or Applescript rotate 500,000 images in folders and subfolders?

I have very specific question. I've got 500,000 images that sit in 98 subfolders. Some of the subfolders contain 25,000 images. Is there any script/automator workflow that I can use? I was trying ...
0
votes
0answers
17 views

How do I choose the xcode project name and path when creating it with automator?

I would like to have a workflow that created an xcode project.I would be able to choose all the settings of the project like the language used, the name and the path of the project, like when I do it ...
2
votes
1answer
709 views

Apple Automator “New PDF from Images” maintaining same filename

I will potentially have 26k of old legacy PICT images to transfer first to PDF for migration. I am using Apple Automator and also the "Dispense Items Incrementally" to loop through it. However, I ...
0
votes
2answers
133 views

Find running processes created by Mac Automator

Is there any way to view automator process that are running? About a year ago I created a workflow or something similar in Mac's Automator. When I took screenshots mac would place them on the ...
1
vote
2answers
109 views

MacOS Start FireFox via CommandLine in 32 bit

Firefox can be startet via Commandline How can I run an application with command line arguments in Mac OS Is there an argument to make it start in 32 bit ? I know i could select it via finder, but ...
2
votes
1answer
661 views

Use Automator to open shell script, see output in terminal

I have a fun little problem, running on Mac OS X 10.8 Mountain Lion. I have a script (WebKit's run-safari) which launches Safari in dev mode (it sets some environmental variables and then runs arch ...
2
votes
2answers
39 views

Migrating from cmd to mac

For me it is quite easy to automate a jar file to run on a pc. java -jar "C:\...\mFilePath\myJar.jar" stick this into a cmd file, and schedule it. Now, migrating over to a mac, i am unsure how to ...
0
votes
1answer
95 views

How to schedule Mac Software Updates

I would like to be able to schedule software updates to run during the time when my Internet data usage is free. I have tried to figure out how to use Automator and/or iCal to do this, but I am not ...
1
vote
1answer
96 views

Automator script to do a whois lookup

I'd like to take an IP address from my Terminal, right click, select Services > Whois and get the results back somehow. This doesn't exist so I'm wanting to create a simple Automator script to do ...
3
votes
1answer
610 views

How do I parse file paths separated by a space in a string?

Background: I am working in Automator on a wrapper to a command line utility. I need a way to separate an arbitrary number of file paths delimited by a single space from a single string, so that I may ...
2
votes
0answers
278 views

Applescript to connect to bluetooth device

I'm trying to create an applescript to allow me to connect to a bluetooth device by it's Bluetooth ID. So far, i've managed to get an applescript to turn on bluetooth if it's off. Here's the code: ...
0
votes
0answers
132 views

Can Automator perform UI interactions on Java applets?

I would like to automate some UI tasks on an application. Automator works fine with normal applications but I cannot figure out how to make it work with Java applets. It records my actions as usual ...
2
votes
1answer
632 views

Shortcut to cleanup folder by name in mac

Is there any shortcut to clean up folder icons in mac? or any automator task ? Update - Got the answer Apple has a shortcut for this. Finder > Clean Up By - name [cmd+opt+1]
1
vote
2answers
399 views

Automating data from an Excel file and interacting with browser

How can I automate copying records from an Excel file or CSV and interacting with a browser? Example Task: Extract or Copy record(s) from an Excel file row Go to a URL (probably using Google ...
0
votes
1answer
620 views

How can I launch Finder in a specific directory, from Automator or AppleScript?

I'm trying to assign a global keyboard shortcut that will launch a new window of Finder, in a specific directory. I can write a script that'll open a new Finder, but not sure how to make it open in a ...
0
votes
1answer
313 views

Mac OS: How can I launch the iTerm terminal, with a specific profile, from Automator or AppleScript?

I'm trying to assign a global keyboard shortcut that will launch a new window of iTerm, with a specific profile. (I managed to do this to launch a new Chrome window with Automator and AppleScript, but ...
1
vote
1answer
221 views

OSX Automator Spotlight Comments

(From OSX 10.6.8) I would like to set up an Automator workflow that adds ( "Archived" + Current Date ) to a root folder/files and all files/subfolders' spotlight comments EXCEPT where an "Archived" ...
0
votes
1answer
556 views

Automator - Crop From Specified Edge

I'm trying to create an Automator folder action to automatically crop images that are added to a specific folder. It works; however, it crops the images towards the center. How can I crop starting ...
4
votes
0answers
593 views

Folder actions on OS X observing all subfolders

I have a folder that I would like to add a folder action to. The action works great when the file is added to the top level. But when a file is added to and sub-folders, the action is not enabled. Is ...
5
votes
3answers
417 views

Resize images via drag and drop on OSX with good quality

I want to be able to drag and drop images on an application(icon) which preferably doesn't run. This application has to resize the images to 600x450px and drop them somewhere. I already created an ...
0
votes
1answer
56 views

Automator exits on launch

When I open Automator, I get: 7/1/12 10:54:26 AM com.apple.launchd[1] (com.jft.PdaNetMac[57449]) Exited with exit code: 1 in console. I would like to know how to fix this.
2
votes
3answers
595 views

How can I most efficiently batch resize images on a Mac?

I've been batch-resizing images through Preview (OS X) through the menu bar, but I want a simpler workflow, since I do this a dozen times a day. What I want: Select a group of image files in finder ...
0
votes
0answers
78 views

Automator workflow that will browse the web

I need Safari to automatically browse the web for me. I want it to grab some random links from, say delicious.com and automatically just open up those links at 30 second intervals. thanks!
0
votes
2answers
572 views

How to program my Mac to automatically type text when pressing a key

How do I program my Mac's F19 key to automatically type a text when I press it?
0
votes
2answers
188 views

Converting a .bat executable to Mac

I need some help converting a .bat executable file that I run on our PC at my job so that it works on a mac. Before we upload tar files to our website we run this script which to the best of my ...
1
vote
1answer
68 views

How can I program the function keys on my MacBook to do a combination of keys (not open an application)?

There are other questions similar to this, but not exactly. What I want to do is to reprogram a function key on the MacBook Pro to do other key combinations. Coming from a Windows background, I ...
2
votes
3answers
961 views

Batch change file extensions in Mac OS X?

I used wget to download a website into a folder. When files have the same names, wget stores the new one as name.extension.# Now I have hundreds of files like 1.jpg, 1.jpg.1, 1.jpg.2, etc. How can I ...
1
vote
0answers
102 views

Add a contact from an email address within email text

I came to Office/Outlook 2011 from Mac Mail, and now I find that I'm unable to do something that I need to do ALL THE TIME. In Mail, if there was an email address within the text of an email message ...
0
votes
2answers
931 views

Sync an iPhoto library with specific folder(s)

My aim is to sync all files that I add to a specific album in iPhoto 11, to a folder on the Mac. I will then use cron & rsync to shovel the files to a gallery server. Now, I did find the How to ...
0
votes
1answer
341 views

How to remove trailing whitespace from file extensions and folders snow?

How can I remove trailing whitespace from file extensions and folders in snow leopard ? Ideally I would be able to run a single command within a directory that would search and remove for all files ...

1 2 3