Tag: AppleScript
-
How to add a folder or file in the left side of the dock
Here’s how to add a file or folder to the left side of your dock, using chatGPT and Applescript. (Files and folders normally can only be added to the right side of your macOS dock)
-
How to add a new file to a folder in OSX with a right click.
If you right click (option click) in the finder there’s a contextual menu that gives you some options. Here’s how to add an option under ‘Quick Actions’ to make a new text file.
-
How to change the icon of an AppleScript in OS X.
In my previous posts I have lead you through how to make an AppleScript that can use to open a particular website URL in a particular browser. You can drag these Apple scripts to your dock to instantly access any URL from your dock. Obviously the next step is you will want to give these…
-
How to open a URL in a certain browser.
One click on this icon in my dock and Google calendar opens in Firefox from my Dubbo.org G-mail account. This script has chosen the browser and the website and the account that I want to be logged into when I visit the website. This article below describes how to write the script to open a…
