1 minute read

I have cultivated a decent list of programmers and techies to follow. A week or so ago, one of them retweeted this:

Gave BitBar a look and agreed. It is an elegant but simple tool allowing you to use a variety of programming languages to do tasks from your menu bar. However, there were no existing plugins leaping out as the “must have” to get me to install it. That quickly changed when something flashed in my mind. I have a shell alias that opens the Zoom URL associated with a meeting without having to go into my calendar app. It uses iCalBuddy to pull the data for a meeting occurring at the present time. While functional, I always felt there had to be a better way. What if I could just click something to open the Zoom and be have a list of all meetings occurring today? Hmm… BitBar seems like it could help me do just that.

A couple of nights reading documentation and tinkering resulted in my first pull request for the plugins repository – Zooms Today. The plugin uses iCalBuddy to pull out your upcoming meetings that contain Zoom links and displays them in a list. Selecting an item in the list will take you to that Zoom meeting.

image-center

The plugin refreshes itself every hour showing you only meetings that are happening at that time or for the remainder of day until no meetings remain.

image-center

I have no other plugins in mind currently, but this was such an easy tool to use. I’m sure to belly up to the BitBar again and find something else to increase my productivity.