gtasker is a command-line interface for managing tasks using the Todoist API.
To install gtasker, you'll need to have Go installed on your machine. You can download Go from the official website.
Once you have Go installed, you can build the gtasker binary by running:
go build main.go
Get all tasks:
go run . -projectId 123 -token 456 -action tasks