Technique: Open URLs into Mac apps using Shell Scripting

In the update to my TV app shortcuts, I debuted a new technique for opening links into Mac apps using Run Shell Script – here's all the details for my membership program.

In my latest addition to the Shortcuts Library, I updated my shortcuts for the TV app with expanded functionality, including many new functions, redesigned menus, and, critically, support for macOS.

I accomplished Mac support using Shell Scripting, a technique which I’m sharing for members:

Opening deep links into Mac apps

In order to open a URL into an existing application, the best method within Shortcuts is using the Run Shell Script action, which allows you to execute command-line utilities using shell scripts, similar to the Terminal.

In order to open any app using a shell script, the following command can be used – here’s an example for the TV app:

open -a TV

In order to open a URL within that app, one only needs to add the URL afterwards, like so:

open -a TV https://tv.apple.com/watch-now

In my shortcuts, I’ve used the Deep Link variable to pass in the appropriate URL for the TV app into the shell script on-demand – only if run from Mac.

This works great with my TV app shortcuts, which utilizes preset versions of the URLs from the tv.apple.com website (as well as web scraping from the Apple TV Marketing Toolbox).

On desktop, these links will activate and open the TV app for Mac – on mobile, they’ll go straight into the TV app for iPhone and iPad.

Add to Dock and Open URLs

I’ve also used this method to open links from web services like Reddit into desktop versions of the app, which I’ve created for a handful of social media apps with the “Add to Dock” feature added to macOS in recent years.

I can also see this technique being useful for native versions of web apps like Notion or Airtable – I’ll have to explore more there soon.


Check out my TV app shortcuts in the Shortcuts Library and look for more techniques coming soon to the Membership Extras section.

Posts You Might Like

Shortcuts Creator Stephen Robles Goes Solo; Sign Up For His Membership
Fellow creator Stephen Robles has gone solo thanks to YouTube and Shortcuts membership program – which you should sign up for!
Shortcut to redirect YouTube links into the iOS app »
How to make YouTube videos redirect into the app – thanks to this shortcut from Stephen Robles.
ATP Insider: John’s Windows »
In a special members-only *video* for the Accidental Tech Podcast, John Siracusa has covered his Mac window management techniques in detail – sign up to watch.
New in the Shortcuts Library: ChatGPT shortcuts
Get my shortcuts that take advantage of ChatGPT's actions for Start New Chat and Start Voice Conversation, from simple activation to advanced processing with other apps.