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.
- Host: GitHub
- URL: https://github.com/haccht/todoist
- Owner: haccht
- License: mit
- Created: 2019-06-04T15:03:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T04:55:50.000Z (over 5 years ago)
- Last Synced: 2024-06-20T15:55:01.791Z (almost 2 years ago)
- Topics: go, todoist, tui, tview
- Language: Go
- Homepage:
- Size: 441 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Todoist Terminal Client
A small [Todoist](https://todoist.com) client on terminal written in Go.

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