An open API service indexing awesome lists of open source software.

https://github.com/haccht/todoist

Todoist client for terminal users.
https://github.com/haccht/todoist

go todoist tui tview

Last synced: 5 months ago
JSON representation

Todoist client for terminal users.

Awesome Lists containing this project

README

          

# Todoist Terminal Client

A small [Todoist](https://todoist.com) client on terminal written in Go.
![screencast](screencast.gif)

## 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!