Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fklc/openwithgoogledocs
Open document files automatically in Google Docs, Spreadsheets and Slides
https://github.com/fklc/openwithgoogledocs
google google-docs office
Last synced: 30 days ago
JSON representation
Open document files automatically in Google Docs, Spreadsheets and Slides
- Host: GitHub
- URL: https://github.com/fklc/openwithgoogledocs
- Owner: FKLC
- License: mit
- Created: 2023-01-11T05:23:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T05:29:37.000Z (about 2 years ago)
- Last Synced: 2024-11-11T14:48:59.900Z (3 months ago)
- Topics: google, google-docs, office
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Open with Google Docs
This is a small program designed to open document files (doc(x), xls(x), and ppt(x) types) in Google Docs, Spreadsheets and Slides. Designed to work on Windows only, but could be compiled to other platforms as well.### Setup
Place the executable in a place where you wont delete it. AppData is generally a safe place. So, for setup follow these setups:
- Press `Windows Key + R` to open "Run"
- Type `powershell.exe -command "mkdir $env:APPDATA\owgd; (New-Object System.Net.WebClient).DownloadFile('https://github.com/FKLC/OpenWithGoogleDocs/releases/latest/download/OpenWGDocs.exe',\"$env:APPDATA\owgd\OpenWGDocs.exe\"); explorer $env:APPDATA\owgd"`
- Find `OpenWGDocs.exe` in the folder opened
- Run that file as admin. To do so right-click on the file then click to Run as Administrator.
- This should be all. You can now right-click to document files and use Open with option to open them in Google Docs.### Usage
When you encounter a document file, right-click and use Open With, then choose `OpenWGDocs.exe`. It will ask you to authenticate your account with Open with Google Docs, accept it, then the program will upload the file and open it in your browser.