An unofficial Google Doc's Client built using Avalonia in C# that can open Google Docs with authentication from the cookie files of a logged in browser
Heavily Work In Progress, many things might break
Paste this into the command prompt:
curl -sSL "https://raw.githubusercontent.com/doopyelephant/GoogleDocs/refs/heads/master/Download&Install.ps1" | powershell -NoProfile -ExecutionPolicy Bypass -Command "-"
Build and install yourself, (installer coming soon :) )
🕛 Planned 🚧 WIP
- Text Underline Support 🕛
- Text Color Support 🕛
- Text Highlight(with colors) Support 🕛
- Dynamic browser paths(removing hardcoded browser cookie path) 🚧
- Syncing with Google Docs backend (Saving & Realtime Collaboration)(Roadblock is on Google's cookie authentication) 🚧
- Authenticating with Google's servers using cookie files within a already logged in browser (Currently only Firefox and Firefox based browsers like Zen work)
- Fetching the contents of a document stored in Google's proprietary format(Kix)
- Render the contents of a document using Avalonia
- Bold Text
- Italics
- Tables
- Typing & Moving the Cursor (No saving yet)
- Zen "works" but sometimes decides it doesnt want to work(very unreliable)(I have 0 clue why this happens)
I use Github Copilot to write the odd snippet or to bounce ideas off of (large % of commit messages are AI Generated), but 95% of code is human written
This is part of The Stardance Project
- browser_cookies.py comes from akkana/scripts
- some RE was done by James Somers