Skip to main content

Questions tagged [applescript]

AppleScript is a proprietary programming language in macOS to control and exchange data with applications.

0 votes
2 answers
28 views

I tried creating a script to automatically search definitions and log the word to a document. Keystroke doesn't seem to work: on run {input, parameters} -- Save current clipboard content to ...
Rose_Vee's user avatar
1 vote
1 answer
67 views

I have Keynote presentations that contain slides with item builds. I would like to be able to remove item builds from every slide of a given presentation automatically (i.e., without clicking on each ...
eqzx's user avatar
  • 161
1 vote
0 answers
40 views

I'm trying to display the volume icon and percentage of my external monitor (Dell U4025QW) audio output in SketchyBar on my MacBook Pro (M1). The goal is to show accurate volume and mute status in the ...
Jusi's user avatar
  • 161
0 votes
0 answers
39 views

macos 15.5 (24F74) set destinationMailbox to "personal" of account "Exchange" give a message Can’t get "personal" of account "Exchange". Access not allowed. I ...
Russell Fulton's user avatar
1 vote
2 answers
71 views

For language learning, I frequently copy text from a website, paste into TextEdit, and do more than a dozen formatting changes.  Several of these are the same for all languages, so I save the file, do ...
WGroleau's user avatar
  • 5,422
0 votes
0 answers
45 views

If I drag an e-mail to a directory, Finder makes a copy, so that the message also remains in Mail.app. I would like to make this happen automagically when the mail matches certain criteria (for ...
WGroleau's user avatar
  • 5,422
0 votes
0 answers
35 views

I’m trying to learn AppleScript. The log window is a great help. But the background color of this window is black. It’s hard to read the output because the text color is dark gray. How can I change ...
hkk's user avatar
  • 51
0 votes
1 answer
160 views

I want to add my AppleScript script in the Quick Actions menu in the Finder toolbar: The important thing to say is that I want the script to be available even if no files or folders are selected. ...
jsx97's user avatar
  • 51
0 votes
0 answers
36 views

I am using Automator to create a folder action. This action uses a run AppleScript action, therefore I have an AppleScript editor in the Automator window. Problem is, there is no cursor when editing ...
A.G.'s user avatar
  • 725
1 vote
1 answer
94 views

I recently upgraded my work computer to a 15-inch, 2024 M3 MacBook Pro running macOS 15.3.2 (24D81). I have a simple AppleScript that simulates a paste command: AppleScript Copy Edit tell application &...
Kevin's user avatar
  • 2,478
0 votes
0 answers
34 views

I'm trying to do something very simple - use AppleScript to execute a single line of JavaScript on an active tab in Google Chrome. For the life of me, I can't figure this out. The problem I'm ...
David Stein's user avatar
0 votes
1 answer
103 views

I am almost totally ignorant in scripting, although I am a bit of a geek and several times I managed to edit and adapt code i found on the web, to perform simple but useful tasks that we use in mine ...
Rex23's user avatar
  • 11
0 votes
1 answer
84 views

Id like help to figure out why this script fails to work now that I my moved my system from a 2012 Mac mini running Catalina to new M4 mini. I use 2 external HD's for storing iTunes and movie data ...
Bill's user avatar
  • 23
0 votes
0 answers
55 views

I am in the process of writing a small Python Script to automate sending some emails that I send every week, specifically every Monday at 8 AM. The Python script calculates when the next Monday will ...
Esteban Puyana's user avatar
0 votes
1 answer
95 views

Here is an AppleScript script to make it possible double-click files in Finder so that they will be opened in Vim, by Normen Hansen: https://github.com/normen/vim-macos-scripts/blob/master/open-file-...
jsx97's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
232