Launch with Zoom
Simple Automator Workflow to Get rid of "Open zoom.us.app" on Mac
How to Install
- Download workflow file and extract
- Double click on "Launch with Zoom.workflow"
- Click "Install" on Dialog
How to Use
On and zoom link, just Right click > Services > Launch with Zoom
OR
Select zoom link
On Mac Touch bar > Quick Action > "Launch with Zoom"
Click here to get Mac Automator Workflow
How to create it yourself
Open Automator
Create a new workflow ( File > New > Quick Action)
Add a "Run Shell Script" action ( filter second column to find the action )
Configure workflow
- Workflow receives current URLs in any application
- Input is only URLs
- Image Video
- Color Blue
In "Run Shell Script"
- Shell: /bin/bash
- Pass input: as arguments
Put following script in the text box
1open $(echo $1 | sed -E 's#https://[a-zA-Z0-9]+.zoom.us/j/#zoommtg://zoom.us/join?confno=#g;s/\?pwd/\&pwd/')
Save workflow (File > Save)
Save quick action as: Launch with Zoom
Quit Automator
comments powered by Disqus