All Projects → benbalter → zoom-go

benbalter / zoom-go

Licence: MIT license
A command line tool for joining your next Zoom meeting.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to zoom-go

WTAppLauncher
IOS App Launcher
Stars: ✭ 18 (-47.06%)
Mutual labels:  launcher
QGettingStarted
An open-source library for launching and downloading 'Minecraft'.
Stars: ✭ 15 (-55.88%)
Mutual labels:  launcher
ZoomMarker
A jQuery plugin for scrolling and zooming in and out of the image
Stars: ✭ 81 (+138.24%)
Mutual labels:  zoom
HTSDCycleScrollView
一款基于SDScrollView的轮播图控件,对源码进行了修改,可切换为滚动时图片带有缩放效果的模式,可改变PageControl小圆点的样式
Stars: ✭ 48 (+41.18%)
Mutual labels:  zoom
elder launcher
A Launcher focused on simplicity and legibility.
Stars: ✭ 25 (-26.47%)
Mutual labels:  launcher
zazu
🚀 A fully extensible and open source launcher for hackers, creators and dabblers.
Stars: ✭ 2,078 (+6011.76%)
Mutual labels:  launcher
fmon
File monitor
Stars: ✭ 31 (-8.82%)
Mutual labels:  launcher
Lineage-Icons
LineageOS Icon Pack
Stars: ✭ 37 (+8.82%)
Mutual labels:  launcher
lawnchair
No clever tagline needed.
Stars: ✭ 6,089 (+17808.82%)
Mutual labels:  launcher
use-gesture
👇Bread n butter utility for component-tied mouse/touch gestures in React and Vanilla Javascript.
Stars: ✭ 6,624 (+19382.35%)
Mutual labels:  zoom
Zoom2Youtube
Transfer video recordings from the Zoom to YouTube
Stars: ✭ 63 (+85.29%)
Mutual labels:  zoom
Launcher
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Stars: ✭ 3,545 (+10326.47%)
Mutual labels:  launcher
TBLauncher
based on https://github.com/Neamar/KISS
Stars: ✭ 74 (+117.65%)
Mutual labels:  launcher
hmdm-android
Mobile Device Management (MDM) System for Android (mobile agent - launcher). Used for silent app installation and sending the info to the server. See more info on the website!
Stars: ✭ 74 (+117.65%)
Mutual labels:  launcher
zoomy-plugin
🔍 Zoomy Github Page
Stars: ✭ 73 (+114.71%)
Mutual labels:  zoom
Ubuntu-Launcher
An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
Stars: ✭ 241 (+608.82%)
Mutual labels:  launcher
lunar-client-qt
Lightweight launcher for lunar client
Stars: ✭ 166 (+388.24%)
Mutual labels:  launcher
RTC-Call-Monitor
Voice/video call detection by monitoring of UDP packet rate with notification via webhooks
Stars: ✭ 31 (-8.82%)
Mutual labels:  zoom
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-8.82%)
Mutual labels:  launcher
zoomdda
📆 NuxtJS based TimeTable
Stars: ✭ 11 (-67.65%)
Mutual labels:  zoom

zoom-go

Port of https://github.com/benbalter/zoom-launcher to zoom. Go easy, it's my first Go project.

Installation

To install, download the tarball for your OS and architecture from the latest release. Extract the archive and copy the zoom binary somewhere on your ${PATH}. 🎉

$ cd ~/Downloads
$ tar zxvf zoom_0.2.0_macOS-64bit.tar.gz
$ cp zoom ~/bin

If you want to live on the edge and run the latest master instead, install Go (also on homebrew), then run:

$ go get github.com/benbalter/zoom-go/cmd/zoom

This will install a zoom executable file into $GOPATH/bin/zoom.

Usage

Ensure the zoom binary is in your $PATH, and run zoom! That's all.

Authorization

The first time you run zoom, you will see instructions for how to create a Google app in the Developer Console, authorize it to access your calendar, download credentials, then import the credentials into zoom. After you import, you should be walked through the process of authorizing in the browser. Paste the authorization code back into your terminal, and vòila, zoom will be all configured for your next run.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].