Google Docs Reader
To read a Google Doc:
- •Replace
/edit(or any suffix after the doc ID) with/mobilebasic - •ALWAYS use curl, NOT WebFetch. WebFetch summarizes/truncates content. curl gets the full document:
bash
curl -sL 'https://docs.google.com/document/d/DOC_ID/mobilebasic' > /tmp/doc.txt
- •Read the downloaded file with the Read tool