/todoist

Todoist client for terminal users.

Primary LanguageGoMIT LicenseMIT

Todoist Terminal Client

A small Todoist client on terminal written in Go. screencast

How to use

# build the client yourself
$ go get github.com/haccht/todoist
$ cd $GOPATH/github.com/haccht/todoist/cmd/todoist
$ go build

# and then execute
$ ./todoist

You'll be required the Todoist API token for the first run.
Enjoy!