a cli tool to manage todo items in google tasks

3 Open Issues Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
Developer Tools CLI Application

AI Summary: Create an AGENTS.md file for a Google Tasks CLI tool repository, outlining general coding rules, repository structure, dependency installation, testing instructions, and pull request formatting guidelines. The file should be structured using XML tags to separate sections.

Complexity: 2/5
documentation good first issue

a cli tool to manage todo items in google tasks

Python
Developer Tools CLI Application

AI Summary: Debug and fix the authentication process for a Google Tasks CLI client. The current implementation fails in headless environments due to the deprecation of the OOB authentication method. The solution needs to handle authentication without a graphical browser, potentially using a CLI browser like `lynx` or `curl`, or a multi-threaded approach to handle the authentication redirect URL. The goal is to enable the `gtask list` command to function correctly.

Complexity: 4/5
enhancement help wanted

a cli tool to manage todo items in google tasks

Python
Developer Tools CLI Application

AI Summary: Debug and fix a Google Tasks CLI authentication issue causing a "400 Invalid Request" error. This involves modifying the authentication flow in the `auth.py` file to correctly handle credential storage and refresh, updating project dependencies, and testing the `gtasks list` command.

Complexity: 4/5
bug help wanted

a cli tool to manage todo items in google tasks

Python