/gtasker

Go CLI for Todoist

Primary LanguageGo

gtasker

gtasker is a command-line interface for managing tasks using the Todoist API.

Installation

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

Usage

Get all tasks:

go run . -projectId 123 -token 456 -action tasks