Tagged Questions

0
votes
0answers
24 views

How can I program the function keys on my macbook? [closed]

I'd like to assign basic tasks to the function keys (or other keys if it's easier) on my Macbook. For example I'd like the following to happen when F1 (or whatever key) is pressed: Launch Safari …
1
vote
2answers
65 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?
3
votes
4answers
261 views

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

Hi, 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 …
0
votes
1answer
252 views

Access file name in Automator from Folder Action

I'm trying to create a simple Automator workflow that will prompt me for where to move and rename a PDF when I download one from the web. I want to use this for downloading my monthly financial …
0
votes
1answer
45 views

Snow Leopard Services: targeting all files

Here's the available targets for Snow Leopard services in automator. I want my service to operate on all files. It would sort of work to choose "files or folders" and ignore the action if the input …
2
votes
4answers
2k 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: …
2
votes
4answers
398 views

Apple automator video tutorials

Hello guys ! Where can I find some Automator video tutorials ? Thanks
0
votes
0answers
50 views

reduce the number of colours used for PNG image with Automator/Applescript

I want to convert scanned text (black & white) to a PNG image with a colour depth of 1 bit. With Image Events it is possible to convert the scanned image. But "bit depth" is read only. Is …
1
vote
1answer
481 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
2answers
184 views

Speed up workflow with Automator

I noticed that every time that I restart my computer I have to do the following tasks: open Terminal type 'cd sites/mysite' open another tab in Terminal type 'cd sites/mysite' type 'script/server …
0
votes
1answer
32 views

Apple Automater URL selection,

I want to search a website, say google, and open the search result weblinks. In Automator you just start by opining the search site witch the parameter in the url. Than you get all the links from this …
0
votes
0answers
33 views

Counting number of loops in automator

Does anyone know of a way to keep track of the number of times a loop as executed in automatator?
1
vote
3answers
1k views

Automator action to create Keynote presentation from text file

Newbie here. Thanks for looking. I need to import a text file (consisting of subtitles) into a Keynote presentation. I need to turn each subtitle into a single slide, interspersed with blank (black) …
6
votes
3answers
671 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 …
1
vote
1answer
419 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 …