AppleScript is a Mac OS-only inter-application scripting language designed to control and exchange data between scriptable applications. From the Apple Developer page: AppleScript is Apple's powerful and versatile native scripting technology for Mac OS X. With AppleScript, you can ...
0
votes
2answers
31 views
How to pass AppleScripts display dialog to Growl or growlnotify?
I have this simple AppleScript which takes the text in the clipboard and outputs the amount of words and characters used.
What I'm trying to do is passing "display dialog" to Growl or growlnotify. I ...
0
votes
1answer
42 views
How to zip multiple files into separate archives?
I admit this question was asked here before:
Like Zip into separate files where the person who asked didn't specify the OS he used and received no answers.
I need to separate a huge directory ...
2
votes
1answer
36 views
iCal AppleScript, how to specify 'the same day at 9'?
I know that I can define a new iCal event programmatically, by means of AppleScript, defining something like:
tell application "iCal"
tell calendar "My Calendar"
set theCurrentDate to ...
1
vote
1answer
41 views
Way to switch F keys to 'application' keys and back on mac via terminal? (10.6)
Is there a command I can issue via terminal to switch my F1-12 keys to being application keys (media, screen brightness ...) and back? i.e. replicate toggling System Preferences => Keyboard => ...
1
vote
1answer
49 views
How can I hide the Box SimpleShare preferences pane when the app starts?
I have set the Box SimpleShare app to start at login, but the app launches its preferences pane right after it loads its icon in the menu bar. Setting it to start in “hidden” mode in System ...
2
votes
1answer
45 views
Mail.app: Showing remote images automatically for specific senders
In a similar way to what gmail allows, I'd like to get specific senders' remote images to be auto-loaded.
One option that I came across is using a rule and an applescript: ...
1
vote
1answer
58 views
Change Pseudo-Function Keys to Show/Hide Application
On my macbook air, the F5 key is un-assigned. So in Sparrow I set that key to hide/show Sparrow. Basically I have a dedicated F key to look at my inbox then hide it again to go back to my work.
My ...
0
votes
1answer
71 views
Applescript Proxy
Ok. So I am having a little trouble getting an apple script program to work. Basically, I have a text file named Proxy.rtf and I need an applescript that grabs line one from this text file and changes ...
0
votes
1answer
100 views
Shortcut for moving an email to another folder in Mail.app
How could I setup a keyboard shortcut for Mail.app in OSX Lion so an email in the inbox, which is still unread, when I use this shortcut is moved automatically to some other previously defined folder?
...
0
votes
2answers
11 views
How to smart delete all files of a folder and back-up file details on Mac?
I'm looking for a way to delete all files of the Downloads folder with a shell script or applescript that is run on a daily/weekly basis and most importantly backs up all of the file details, except ...
1
vote
0answers
52 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
1answer
99 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
0answers
63 views
How to create pdf keywords using grep in a applescript?
I would like to assign keywords to a pdf file using an applescript, based on a search term with the grep command.
Example :
scanOCR.pdf containing the words "heart" OR "infarct" OR "patient"
---> ...
2
votes
1answer
87 views
Programmatically set the color of a tab in iTerm2?
My daily workflow includes me
Launching iTerm2
Creating 3 tabs
Setting one tab each to red, orange and yellow
Changing to a specific path in each tab
I would like to script this process; shell, ...
0
votes
1answer
38 views
Execute Script when leaving a window
is it possible to execute a Script (Applescript/Shellscript) when I leave a window (and when I switch back to it)?
What I want to do: I want to pause my VM when I leave the VM-Window (vmrun pause ...
0
votes
1answer
127 views
Automate subject in Apple's Mail.app
At the company I work with, we use [client-domain.com] prefixes before the actual subject line of emails as kind of a rough tagging system.
Is there any way that one could automate this so when I ...
1
vote
1answer
209 views
Converting rtfd files to txt, without deleting hyperlinks and pictures in OS X
I have a lot (>10k ... this can't be done manually) of rtf and rtfd files that I would like to turn into txt files. Unfortunately they contain pictures and hyperlinks that I don't want to lose. ...
2
votes
1answer
103 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 ...
0
votes
2answers
118 views
OS X switch to single monitor mode?
I have an extra monitor hooked up to my iMac running Snow Leopard. This additional monitor is also used by my linux box, so I occasionally switch to VGA mode when I need to use the linux box.
My ...
2
votes
1answer
61 views
How can I type text from a file on Mac OS X?
I have text in ~/myfile.txt and I'd like to be able to "type" it into the current application, which will probably be TextMate or Terminal
I'd like to see if I can have this happen without using the ...
0
votes
1answer
162 views
Get parent of folder in AppleScript
I am writing some AppleScript in an Automator workflow, and I need to get the parent folder of a file (or folder) object. I have searched all over for this, and gotten the same answers, which are to ...
0
votes
1answer
96 views
Automator Workflows How
I'm trying to follow the instructions here
http://snowleopardtips.net/tips/everything-you-need-to-know-about-screen-captures.html
under "Installing the Folder Action."
First it suggests a folder I ...
2
votes
2answers
431 views
How do I run an Automator action, shell script or AppleScript on startup in OS X?
I know you can run applications on startup on a Mac, but can you run an Automator action, a Service, a shell script, or an AppleScript on startup instead?
I also know you can save all of these as an ...
2
votes
0answers
95 views
iTerm2: How to get output of a shell command with applescript
I want to get the output of a shell command run through iTerm2's applescript into an applescript variable. I tried the following but it does not work:
tell application "iTerm"
activate
try
...
0
votes
1answer
83 views
How can I parse data from inside a tag with Applescript?
How can I parse data from inside a tag with Applescript? I know Applescript has the words 3 thru -2 of myTextVariable syntax - but how would I use it to be sure I am just getting This is my text from ...
1
vote
1answer
136 views
OS X Set Screen Size Manually
I wish to increase the size of an application window like TextEdit to be greater than the actual screen height but it is always limited by the screen size pixels.
Is there a way to artificially ...
25
votes
6answers
7k views
How to find my stolen Macbook
A friend of mine just had her Macbook stolen. Her Dropbox account is still working on the Macbook, so she can see each time the Macbook comes online, and she can get its IP address.
She has given ...
0
votes
1answer
257 views
How do I close the terminal window after running a shell script from AppleScript?
I have created the following in AppleScript and although it works when I double click the compiled app, I am left with an empty Terminal window in the dock which seems to remain until I forcibly quit ...
1
vote
1answer
204 views
Need an everyday reminder at a specific time of the day on Mac OS X?
Does anyone know how I can create an everyday reminder that pops up every day at a specific time to remind me of doing something? I need to make it remind me everyday at 1:00pm to update my daily ...
9
votes
2answers
267 views
Prettier text dialogs in OS X scripts
I'm getting pretty sick of these default AppleScript and cocoaDialog dialogs:
I'd like to replace them with something closer to this:
Has anyone made a shell executable like cocoaDialog with a ...
0
votes
3answers
302 views
How to bring application to front every 15 minutes on Mac OS X Lion?
I have a free or cheap little app called Desktop Task Timer LE that I've been using to track my time as I work on various projects. I'd like to have it pop up as the foreground app every 15 minutes to ...
3
votes
1answer
225 views
Identify Mac OS X Window, Group, and Text Field names for use in AppleScript
I have an Applescript in which I wish to set the value of the text fields Name and Password of a window belonging to the process SecurityAgent.
It is similar to the following:
tell window ...
1
vote
1answer
106 views
Log out users when shutting down computer via Applescript
I am using the following Applescript to run a Time Machine backup, and then shut down OS X on the computer at our store.
do shell script ...
4
votes
2answers
292 views
Apple Mail: Flag message from keyboard
One of the flags in Apple Mail can be applied to a message using Command-Shift-L. Is there a way to apply any other flag?
I renamed one of the colors to TODO, and I set up a keyboard shortcut for ...
0
votes
1answer
276 views
How do I automate clicking a button in an application's window with AppleScript?
Let's say I want to click a button that appears somewhere within a window, using AppleScript. click button works, but you have to know which button exactly you want to press.
For example: Scanning ...
1
vote
1answer
181 views
How to programmatically flip a QuickTime movie metadata attribute from one kind to another
I have about 1,700 QuickTime movie files (some have .mov extension, most do not; it's not important, all are seen by the system as "QuickTime movie" and that's what they are) in an organized folder ...
0
votes
0answers
65 views
Set file creation date by reading modified date
How can I set a file's creation date as the modified date?
e.g. File is made on Monday, edited on Tuesday. On Wednesday I want the date modified and date created to be set to Tuesday.
Thanks!
2
votes
1answer
191 views
Set OS X application preference to stop prompting for admin password
I am trying to write an applescript that sends some actions to an application (specifically waterroof). The problem is, the application periodically asks me for the admin password when I open the ...
4
votes
1answer
202 views
OS X Lion Inverted Scrolling Automation Shortcut
As everyone will know (who has Mac OS X Lion), by default, scrolling is inverted to make it a bit like the iPhone.
Problem: There is no way to have "normal scrolling" for a USB mouse, and ...
2
votes
1answer
290 views
OS X Lion: AppleScript unbearably slow for moving Mail messages
I've been using for years now the following applescript, triggered via iKey by an F12 keystroke:
tell application "Mail" to move (get selection) to mailbox "Archive"
I'm using it to move inbox ...
2
votes
5answers
2k views
Toggle “ask for password after screensaver/sleep” or the delay in 10.7 using terminal
There's an option in the preference panel to change the time the mac is able to be in sleep/screensaver before requiring a password to be unlocked again.
I'm using OS X Lion 10.7.
Is there any way ...
0
votes
0answers
136 views
Modify contents of incoming email in Outlook 2011 for Mac
I'm trying to modify an incoming email in Outlook 2011 for Mac using IMAP.
The algorithm is as follows:
Get the source(raw text) of incoming message
Write it to HTML file
Modify the HTML file ...
4
votes
1answer
252 views
Automated Interaction with Google Chrome
All right SU, I have a fun nut to crack.
I have 8 screens set up in a line, all hooked into one beefy G5 running Snow Leopard (yes, 4 graphics cards; about 15,000 pixels wide!). I am setting up a ...
1
vote
2answers
80 views
Listing all known deleted OS X accounts
Where can I find Applescript code or a PList to get deleted usernames as known to the OS itself, regardless of the file system's deletions?
Having to depend on folder hierarchies and backup disk ...
1
vote
1answer
128 views
How can I pause growl notifications via Terminal/Shell?
I was wondering if there was a way I could pause (hide) growl notifications from the command line? Failing that, is there a way to do this with an AppleScript?
1
vote
0answers
39 views
Is there a way to execute on applescript when a server becomes available? [closed]
Cross posted on Apple Stack Exchange
I am trying to execute a script when a server becomes available (a bit like when the OS detect the presence of a time capsule device and it starts the ...
1
vote
2answers
595 views
How do I set up an AppleScript to open a new iTerm2 tab and change the directory?
In OS X, how do I set up an AppleScript to
open a new iTerm2 tab
change to a directory
clear the console
echo the current directory
I had something like this before for regular Terminal, but I ...
1
vote
1answer
166 views
Get path of open file in any application on Mac OS X?
I installed Afloat for Mac OS X and I really like that it has a shortcut to "Reveal Current File in Finder". This works for basically all applications written in Cocoa.
Can I use something like that, ...
1
vote
0answers
77 views
Switch between Tabs with Applescript
I have a cocoa-applescript application whose GUI interface has 3 tabs.The identifiers for these 3 tabs are "item 1" "item 2" and "item 3" respectively.
Tab1 is the default tab with a form on it. Tab ...
0
votes
1answer
63 views
Resume Execution from where a function left -Applescript
I have an app coded in Applescript where a dialog pops up with three buttons: {Help, Add, Subtract} .
When user taps the Help button, a dialog should popup displaying information about the app.This ...