Questions tagged [automation]
Any thing that helps perform repetitive tasks via an application or script
673 questions
0 votes
2 answers
35 views
Auto Log Dictionary searches
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 ...
1 vote
1 answer
37 views
Are there ways to automate a workflow for relocating similar target files to my desktop after extracting audio from them?
I have a folder nested deep in my external drive that has printed audio files that I want to copy and move into a new folder on my desktop. Here’s an example on what the path looks like : Source ...
0 votes
1 answer
23 views
Turn off a specific focus mode when mac sleeps or wakes up
Is it possible to control Focus Mode based on device states? Specifically, I would like to have one of the following options: Turn off Focus A when the Mac sleeps. Turn off Focus A when the Mac wakes ...
0 votes
2 answers
58 views
Getting error - folder doesn't exist in Scriptable for iOS26
I'm trying to make a shortcut to delete some files with the help of Scriptable app in iOS26. I want to search inside a specific folder (iCloud Drive > Images) for JPEGs & if found delete all of ...
0 votes
1 answer
123 views
How do I auto-convert images from HEIC to JPEG in iOS 26?
I'm trying to automate the conversion of HEIC photos to JPEG on iOS. Whenever I take a photo in HEIC (High Efficiency), I want it to automatically convert to JPEG and save in a specific folder in the ...
0 votes
2 answers
220 views
Is it possible to automate call forwarding in iOS26?
Can I automate call forwarding in my iPhone 17 (iOS 26.0.1) ? Currently I have to manually go to Settings > Apps > Phone > Call Forwarding then enable the toggle and enter the number to which ...
1 vote
1 answer
79 views
How can I set text replacements programmatically in recent versions of macOS?
In older versions of macOS, it used to be possible to set text replacements (System Settings… ⮕ Keyboard ⮕ Text Replacements…) using defaults write or defaults import. For instance, the following used ...
1 vote
1 answer
158 views
How to export a Freeform board as an image on macOS?
How do I save a Freeform chart as an image? There’s an option to export my drawings as PDF, but I can’t seem to find any command to save as JPG, PNG, or other image formats. I’d rather not take a ...
0 votes
1 answer
71 views
Is there a way to "auto-tag" all folders that have git in them?
In multiple places on my mac, I have folders with git as version control in them, or with git init. Currently, I try to tag them with a colour label (finder-tag), so that it is easy to see where one ...
1 vote
1 answer
67 views
How to automatically remove all item builds from all slides in a Keynote Presentation?
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 ...
2 votes
1 answer
222 views
Can iPhone delete files immediately, without sending them to Trash?
Can an automation workflow be created that will delete files immediately from iPhone? This would be useful when the iPhone is too full to Delete by first moving to the Trash.
0 votes
0 answers
27 views
automate getting ANY artwork for apple music (in 2025)
I have a large apple music library on my pc (around 180 GB). There's a LOT of missing artwork. There's a LOT of music that's not on Apple Music or Spotify in my library - a decent percentage of the ...
0 votes
2 answers
92 views
Is there an app or automation that can alter clipboard text to replace spaces with hyphens?
Is there a utility or path to streamline taking a string from the clipboard and replacing spaces with hyphens, and vice versa, on demand? N 010 377 1 to N-010-377-1 and the reverse If this were a ...
0 votes
1 answer
153 views
Is there any way to trigger some action or behaviour when a new reminder is created (e.g. by Siri)?
Is there any way to trigger some sort of action, automation, Shortcut, or webhook, whenever a new Reminder is added? In particular, I'm looking for a method that doesn't require interacting with the ...
1 vote
2 answers
475 views
How to debug Shortcuts Automation
I am relatively new to Shortcuts: I have one used routinely on my Mac, and now I would like to do something on iPhone: I would like to share a Wallet transaction data with a web-site (using POST call)....