No idea why the comment posted by the original poster has been killed, I suspect because the tool was created using a generative model. While this is probably true that does not mean the comment is worthless so I'll just repeat it here. To the downvoters, get a grip, post a comment on your dislike of generated code but stop the stupid downvoting already, your personal hangups do not align with those of all other participants.
sirusdas 1 hour ago [NOT dead yet] [–]
I got tired of browser tabs just to tick off a task, so I built a zero-telemetry CLI that talks straight to the Google Tasks API.
Highlights - Full CRUD + interactive picker (vim keys, fuzzy find) - Multi-account: Personal & work at the same time - Auto tag extraction ([bug], [urgent]) + duplicate killer - 9 built-in reports (JSON/CSV/HTML): “What did I finish this month?” - External-editor support: 'gtasks edit 42' opens $EDITOR - Privacy: Nothing leaves your machine—OAuth tokens live in ~/.gtasks
hagbard_c•1d ago
sirusdas 1 hour ago [NOT dead yet] [–]
I got tired of browser tabs just to tick off a task, so I built a zero-telemetry CLI that talks straight to the Google Tasks API.
Highlights - Full CRUD + interactive picker (vim keys, fuzzy find) - Multi-account: Personal & work at the same time - Auto tag extraction ([bug], [urgent]) + duplicate killer - 9 built-in reports (JSON/CSV/HTML): “What did I finish this month?” - External-editor support: 'gtasks edit 42' opens $EDITOR - Privacy: Nothing leaves your machine—OAuth tokens live in ~/.gtasks
Install (Python ≥ 3.7) Windows (PowerShell): python -m pip install gtasks-cli python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/sirusdas/gtasks-terminal/0...())"
macOS / Linux: curl -sSL https://raw.githubusercontent.com/sirusdas/gtasks-terminal/0... | python3
After install, restart terminal and run: gtasks auth # one-time browser flow gtasks advanced-sync gtasks interactive
Links Code & Docs: https://github.com/sirusdas/gtasks-terminal Useful Commands: https://github.com/sirusdas/gtasks-terminal/blob/main/useful... PyPI: https://pypi.org/project/gtasks-cli/
Issues and PRs welcome—I'd love to hear how you use Google Tasks from the terminal!