Upload Office files to Google Drive with automatic conversion to native Google formats (Docs / Sheets / Slides). Integrates into macOS Finder as a right-click action.
Typical workflow: got a file to review → right-click → opens in Google Docs. No Word, no drag-and-drop.
goodoc file.docx # upload and open in browser
goodoc file.xlsx --no-open # upload without opening
goodoc file.docx file.xlsx file.pptx # upload multiple filesSupported formats:
| Extension | Converts to |
|---|---|
.doc, .docx |
Google Docs |
.xls, .xlsx |
Google Sheets |
.ppt, .pptx, .pptm |
Google Slides |
curl -fsSL https://raw.githubusercontent.com/djachenko/goodoc/master/install.sh | bashInstalls goodoc, the Finder Quick Action, and adds goodoc-update / goodoc-uninstall to your shell.
Alternatively, CLI only (no Quick Action or shell helpers):
pipx install git+https://github.com/djachenko/goodoc.gitOn the first run, a setup wizard starts automatically:
- Google Cloud credentials — opens the browser, walks you through creating an OAuth client, prompts for the downloaded JSON file
- Authorization — opens the browser for Google sign-in, saves the token
After that, every run is silent.
Enable the Quick Action in: System Settings → Privacy & Security → Extensions → Finder Extensions.
goodoc-update # upgrade to latest version
goodoc-uninstall # remove goodoc, the Quick Action, and credentialsTo re-authorize without uninstalling:
rm ~/.config/goodoc/token.jsonMIT