Tagged Questions

an application, first appearing in Apple's OS X, which provides a point and click interface for creating macros to automate tasks

learn more… | top users | synonyms

14
votes
6answers
3k views

How to programmatically generate a PDF from any document on OSX?

I'm working on a project for OSX where the user can pick a collection of documents (from any application) which I need to generate PDF's from. The standard Macintosh Print dialog has a PDF button ...
5
votes
1answer
604 views

Unix Bash Script to Embolden/Underline/Italicize specific text

Afternoon, all! I've been trawling the web trying to find examples of Unix Bash script that can handle basic text styling (Bold/Underline/Italics), but can't find anything? Is such a thing possible ...
5
votes
4answers
3k views

How do I execute a PHP shell script as an Automator action on Mac OS X

I'm tempted by Automator.app's ability to create contextual services in Mac OS X Snow Leopard. I would like to create some keyboard accessible shortcuts to manipulate text snippets by calling a shell ...
4
votes
5answers
4k views

Webkit/Safari/Firefox/API: Can I programmatically read/extract multiple tabs' URLs?

Topic: Programmatically manipulate web browser in OS X 10.4.x+ Tiger/Leopard. Subjects: Webkit, Safari, Firefox, APIs, Applescript, Automator, Javascript, Ruby, Ruby on Rails, OS X, Tiger Goal: ...
3
votes
1answer
143 views

OSX, Can't use custom UTI for Finder contextual menu service filtration

I need to add a contextual menu item in Finder application for a custom file type. So I created a service using Apple Automator. When I specify for public.data in NSSendFileTypes context menu item ...
3
votes
2answers
533 views

Mac-Automator, How to pipe the output of a shell script to a GUI text box

The problem I face is this: I would like to have in a context menu (when i right-click on a folder) an action to be executed and display the output to the user, inside, let's say, a text area window ...
3
votes
3answers
3k views

Automator script to rename files on Mac OS X

Is there an easy way to use Automator on OS X to replace spaces in filenames with underscores?
2
votes
1answer
65 views

automator enable/disable/delete action in run applescript

I have an automator workflow with a Run Applescript action. Is it possible to enable/disable/delete another automator action in my Run Applescript? See my previous question for more details. Edit: I ...
2
votes
2answers
183 views

iOS UIAutomation UIAElement.isVisible() throwing stale response?

I'm trying to use isVisible() within a loop to create a waitForElement type of a function for my iOS UIAutomation. When I try to use the following code, it fails while waiting for an element when a ...
2
votes
2answers
336 views

Mac Automator to “Get Info” on sing in iTunes and then press next until the last song

Without getting into details, I am updating ID3 tags outside of iTunes and would like to import all of that data into iTunes. Before iTunes 10 I was able to select all songs and click "Get Info" - ...
2
votes
5answers
264 views

Unix shell bash 'one-liner' to isolate all parentheses containing a URL that includes “.mp3”

I'm completely new to this Unix bash stuff — and first question here! Hope you guys can help:) Problem: I have a mass of messy web source code (wrapping/unformatted) containing multiple occurrences ...
2
votes
2answers
1k views

How to use Automator to bring window to front?

I'm using a Mac, OSX 10.6 and I have a function in a desktop application that I want to automate. Manually I press Command+R wait for the application to read some data form a physical device for 1 ...
2
votes
2answers
558 views

Using Third-Party Modules with Python in an Automator Service

I have installed Py-Appscript on my machine and it can be used with the Python installation at /Library/Frameworks/Python.framework/Versions/Current/bin/python. I am trying to use this installation ...
2
votes
4answers
3k views

Using apple's Automator to pass filenames to a shell script

I have an automator script that I'd like to run on a folder. I want the script to take each file in the folder and run my shell command on it. Automator is set to pass input to stdin, but I don't ...
2
votes
4answers
1k views

Apple automator video tutorials

Where can I find some Automator video tutorials ? Thanks
2
votes
1answer
1k views

Using AppleScript to hide Keynote Text Fields in A Slide

I am no AppleScript Jedi, I've only done a few simple things, but I haven't been able to figure this one out and could use some help: My wife uses slides for her Art History courses and would like to ...
1
vote
1answer
31 views

How can I get Automator to open a URL in the current Safari tab?

My current code involves a "Watch Me Do" block recording a ⌘ W keystroke and then opening the new URL, but that's kind of kludgy. Is there any way I can use Automator to open a URL within the current ...
1
vote
0answers
71 views

How to run a program on Computer B when Computer A opens a webpage

I have an iPad running Kiosk Software. When the user touches a button, it goes to a URL (which I can specify). Pretty much everything else is locked out. I want to notify the receptionist ...
1
vote
1answer
95 views

Debugging Automator Actions in Xcode 4

I created some Automator Actions (Cocoa, not AppleScript) in Xcode 3, and that allowed me to debug the actions by doing a Build and Debug from the Build menu, which would open Automator with that ...
1
vote
1answer
66 views

Split file with Automator and 'split' command

I'm currently using the split command to split a large file into many 50MB files. For example: split -b50m filename.ext filename.ext. This works really well, but I'd like to use Automator to create ...
1
vote
1answer
187 views

Mac shell script to hide/show hidden files

I'm very new to mac shell scripting, but I've written this to toggle hide/show hidden files on mac. (Then put on automator application) Is this a good solution? #!/bin/sh view=$(defaults read ...
1
vote
2answers
70 views

Making cocoa app respond to automator actions

I would like to make my app respond to automator actions, similar to the way iPhoto has several actions associated with it (import photos, find iphoto items, new iPhoto album etc.). I can make the ...
1
vote
1answer
492 views

Applescript or Automator: Run Acrobat X Pro to batch OCR multiple PDF files, more

I'm using a ScanSnap S1500M to scan all paper documents to the folder /PDF-scans/ – I'd like to use Adobe Acrobat X Professional to OCR the text. I'd like to automate this process (daily): open ...
1
vote
0answers
48 views

Is there a way to open an automator workflow with parameters? [closed]

Could I possibly open it via terminal and pass some parameters?
1
vote
2answers
137 views

How to pass variables from ruby script into automator app?

So I have a script in ruby that obviously uses variables. Part of the script opens an app and runs an automator workflow. There are some variables in my ruby script that I need my workflow to use. Is ...
1
vote
1answer
179 views

How to access drop down in application using applescript?

I'm trying to tell applescript to open the app, Application Loader, and choose from the drop down list that's in the window. The item that should be chosen will always be the very first item. How do i ...
1
vote
1answer
128 views

Python compresses entire directory rather than the sole files

I have written a python script which i use in automator to compress files. the problems is that when i compress them the entire directory(meaning all the folders) + the files are compressed rather ...
1
vote
1answer
240 views

Beginner: Make Applescript app into Service

Objective I want to be able to run the Applescript to open multiple applications using a shortcut. To do this, I would like to create a Service using Automator (I've done this for opening one ...
1
vote
1answer
245 views

How to add command action to 'open with …' on OS X

In Finder, using the 'Open With' in mouse right click menu, I want to open a text file using the command xterm -e vim. Could anyone tell me how to do it?
1
vote
1answer
1k views

Automator Variable in shell script

Is it possible to pass an Automator variable into a shell script?
1
vote
3answers
808 views

Automator / AppleScript to process incoming emails in Mac Mail

I'm designing an app that allows users to email me crash reports if my app ever crashes. I'd like to leave Mac Mail running on a computer and when an email comes through, an automator script / ...
1
vote
2answers
866 views

HOW TO: Use Automator to Distribute Beta Applications for Over The Air Installation

How to automate the process of distributing an application for over the air download. To download over the air you must be on the Distribution Profile (not sure if user needs to download more than ...
1
vote
1answer
292 views

Create new folder named with a specified file name in Automator

I want to create a new folder named with the filename of the file used for the input. Example: If I use my new service with the file "test (test).jpg" I want to automatically create a folder named ...
1
vote
1answer
818 views

Mac Automator/AppleScript: Is there a way to refer to Variables within AppleScript?

I've seen a lot of questions about this on the interwebs but no answers. Is there a way to refer to an Automator 'variable' within AppleScript? I'd like to do some string manipulation as part of a ...
1
vote
3answers
153 views

Where is a proper place to get SMALL programming task performed for pay?

Stackoverflow is a terrific and valuable resource for learning from others how to solve problems. I can get good answers to questions fairly fast. But, sometimes, I don't really want an answer, I ...
1
vote
0answers
107 views

Problem with OS X automator and python and os.system

If I use import os os.system("pdflatex myfile.tex") from iron python it just works. If I start to Automator and use "Run shell script" switch the shell to python the same command is not executed ...
1
vote
2answers
968 views

Automator/Applescript File Sorting and Moving

I was wondering if there was a way in Automator to use Applescript code to get the extension of a file, and if it equals a specific extension (e.g. .pdf or .rtf) move to a specific folder for that ...
1
vote
1answer
1k views

AppleScript: adding mounted folder to Finder Sidebar?

I have a simple Apple Script that mounts a folder: mount volume smb://machineip/folder This runs on start up since Mac OS X 10.5.5 doesn't have the concept of mapped drives like Windows. The ...
0
votes
0answers
7 views

As anyone tried to use SOAP service through dedicated Automator action?

I'm currently trying to build a simple Automator processus that would use public Flickr SOAP API to fetch URL of current interesting photos. (this is only 1st step, but the mandatory one) The goal is ...
0
votes
0answers
16 views

Is it possible to run an Automator Service from XCode?

Just wondering. Basically, I have built a service already, and I wanted to create a quick app that used it...possible?
0
votes
1answer
16 views

Automator Application to Tar File

I have tried creating an application in Automator that when double clicked, will tar my To-Do.txt file. The command I'm using is pretty standard: tar -cvzf ToDo.tar.gz ...
0
votes
2answers
147 views

terminal/shell/automator/applescript command to turn off bluetooth on mac

How do I turn off bluetooth via terminal/shell/automator/applescript on a Mac? It should be pretty easy. BTW, I know you can get applescript to press the bluetooth menu and then press turn bluetooth ...
0
votes
1answer
44 views

Automating HTTP GET/POST in OSX

I need to release my IP address at the router on an hourly basis. The router page needs simple authentication and a button click to do the process. These are the HTTP calls: Authenticate GET ...
0
votes
0answers
29 views

How to add context menu to Finder to run a shell script

I have a shell script that takes two arguments, 1) full file path 2)file name. How can use Automator to add context menu to Finder to run the shell script with chosen file path and file name as ...
0
votes
0answers
36 views

applescript to get the current open document in full-screen application mode

i'd like to format source code using ucrusitify automator service, it works perfect until xcode enters fullscreen application mode. it is not able to get the current open document with below line. ...
0
votes
1answer
105 views

Read folder, parse filenames and call other program

In brief, I need to do something like this: I have a folder with a lot of files and want to process all files with extension .epub. All files already follow a naming scheme: Lastname, Firstname - ...
0
votes
1answer
131 views

Applescript create and rename file from other files

In order to import .MOV files (h.264) to Final Cut Pro I need a correspoding .THM file with the same filename as the .MOV. Is it possible to do this with an AppleScript or Automator? Here is what I ...
0
votes
0answers
27 views

Need help completing my script for Deduping a csv file with OSX automator and command line

I'm trying to use OSX Automator, and some command line to process a database file and dedupe it. I currently have it working, but I need some help on the last part: Being able to select the column to ...
0
votes
2answers
157 views

Set text of a Growl Notification using Automator?

I have an Automator Application containing the action "Show Growl Notification", which is always empty when it appears. I've tried using the "Get Specified Text" and "Get Value Of Variable" actions ...
0
votes
1answer
63 views

automator applescript if then action

In Automator, can you do a Run Applescript like this: if then an action, then a Run Applescript like this: end if Is this possible? Here is an example: Yes I know you can get it to quit an ...

1 2 3