mirror of
https://github.com/csmith/todoistager
synced 2025-12-06 04:28:23 +01:00
No description
| .github | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENCE | ||
| main.go | ||
| README.md | ||
Todoist ager
Very basic utility to apply age-based labels to all tasks in Todoist.
The following labels are applied:
- Recurring tasks: none
- Completed tasks: none
- Tasks created within two weeks: none
- Tasks created between two and six weeks ago:
age-weeks - Tasks created between 6 weeks and 1 year ago:
age-months - Tasks older than 1 year:
age-years
This gives a quick-and-dirty way to look through things you've been putting off or have forgotten about, and delete/do them as desired.
Usage
Obtain an API token from Settings > Integrations > Developer, then:
go run main.go -api-token <token>
You can also specify the token in an API_TOKEN env var if you prefer.