What problem does it solve?
Google Workspace management across Gmail, Calendar, Drive, Contacts, Sheets, and Docs can be tedious to perform manually; gog CLI enables scripted control from a single interface.
Core Features & Use Cases
- Gmail: search, read, and send messages from the command line.
- Calendar: list and create events to automate scheduling.
- Drive & Docs: manage files and documents programmatically.
- Use Case: For example, automatically generate daily summaries by querying Gmail and Drive, then posting a report to a Slack channel.
Quick Start
Install gog CLI and authenticate to your Google Workspace, then enable services:
brew install steipete/tap/gogcli
gog auth credentials /path/to/credentials.json
gog auth add [email protected] --services gmail,calendar,drive,contacts,docs,sheets
gog auth list