{"id":16359329,"url":"https://github.com/gaborvecsei/gtasks","last_synced_at":"2025-12-31T02:30:28.149Z","repository":{"id":61646960,"uuid":"551509025","full_name":"gaborvecsei/gtasks","owner":"gaborvecsei","description":"Google Tasks in the command line","archived":false,"fork":false,"pushed_at":"2022-12-21T14:10:14.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-29T17:16:57.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaborvecsei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-14T14:32:32.000Z","updated_at":"2022-10-14T14:32:53.000Z","dependencies_parsed_at":"2023-01-30T03:46:04.493Z","dependency_job_id":null,"html_url":"https://github.com/gaborvecsei/gtasks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaborvecsei%2Fgtasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaborvecsei%2Fgtasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaborvecsei%2Fgtasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaborvecsei%2Fgtasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaborvecsei","download_url":"https://codeload.github.com/gaborvecsei/gtasks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239725994,"owners_count":19687085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:08:06.365Z","updated_at":"2025-12-31T02:30:28.094Z","avatar_url":"https://github.com/gaborvecsei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Tasks CLI Tool\n\n**WIP - IN ACTIVE DEVELOPMENT**\n\n**!!! The readme is just like a TODO list, this will changed a lot**\n\n## Setup\n\nNeeds API setup in the Google Dev Console - then you'll need to download the `json` file and define it's path\nin the config (see below)\n\n### Config\n\nThe configuration `json` file should be located at `$HOME/.gtasksconfig.json` or where the command is called `./.gtasksconfig.json`\n\n```json\n{\n  \"default_list_id\": \"DON'T FILL IT\",\n  \"auth\": {\n    \"token_path\": \"FOLDER/token.json\",\n    \"client_secret_path\": \"FOLDER/client_secret.json\"\n  }\n}\n```\n\n## Functions\n\n- `gt lists`: Show the lists you created\n- `list` functions:\n    - `gt list`: Lists not completed tasks\n    - `gt list -c`: Lists only completed tasks\n- `gt add \u003cPROMPT\u003e`: Adds a new task with a due date if defined. `~` separates the message from the date.\n    - Examples:\n        - `gt add This is a test task ~ with some notes ~ tomorrow 2PM`\n        - `gt add This is a test task ~ tomorrow 2PM`\n        - `gt add This is a test task`\n- `gt delete`: Delete tasks based on their ids\n- `gt comp`: Complete tasks based on their ids\n- `gt snooze`: **TODO** Update the due date where there was a due date and it is past the current day.\n*Unfortunately we cannot read or modify the time info only the date...*\n    - Update rule\n        - If message contains #prio, then +1 day added. If updated time still outdated, then +1 day added to now\n        - By default +2 days added. If updated time still outdated, then +2 days added to now\n        - If message contains #noprio, then +5 days are added. If updated time ...\n\n- General rules of visualization: **TODO**\n    - Tasks are ordered by update date\n    - Due date\n        - If a task is over it's due date the date field is `red`\n        - If a due date is in the future it'll be `blue`\n        - If not due date, then its the `default color`\n\n## Misc\n\n- PyDoc documentation: https://developers.google.com/resources/api-libraries/documentation/tasks/v1/python/latest/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaborvecsei%2Fgtasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaborvecsei%2Fgtasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaborvecsei%2Fgtasks/lists"}