A small Todoist client on terminal written in Go.
# 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!