Join Zoom Meeting from Command Line
TIL that we can join zoom meeting from command-line by opening the url with zoommtg protocol:
open "zoommtg://zoom.us/join?confno=<zoom-id>&pwd=<passcode>"
Using above I wrote a bash function to fuzzy search over Zoom Meeting IDs and join a selected...
arunvelsriram.dev1 min read