berfarah / nextzoom

Quick script to join the next zoom meeting specified on Apple Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Zoom Meeting

Single-purpose binary to join the next zoom or google meet meeting. Usage:

open `<directory/to/binary>/nextmtg`

This is a spiritual fork of this gist.

Build

swiftc nextmtg.swift

How I'm using it

Alfred Workflow

Keyword: join Run Script:

open `<directory/to/binary>/nextmtg`

Stream Deck

Using streamdeck-osascript plugin

tell application id "com.runningwithcrayons.Alfred" to run trigger "join" in workflow "com.bernardo.me.joinzoom"

(make sure to reference your workflow that you create in Alfred)

About

Quick script to join the next zoom meeting specified on Apple Calendar


Languages

Language:Swift 100.0%