todo

Simple todo list manager.
24 Oct 2019417

todo

Build Status GoDoc Go Report Card CodeCov Sourcegraph Docker Version Image Info

todo is a self-hosted todo web app that lets you keep track of your todos in a easy and minimal way. 📝

animated screenshot

Quickstart

Docker

You can also use the Todo Docker Image:

$ docker pull prologic/todo
$ docker run -d -p 8000:8000 prologic/todo

Demo

There is also a public demo instance avilable at: https://todo.mills.io

Installation

Source

$ go get github.com/prologic/todo

Usage

Run todo:

$ todo

Then visit: http://localhost:8000/

Configuration

By default todo stores todos in todo.db in the local directory.

This can be configured with the -dbpath /path/to/todo.db option.

License

MIT Icon made by Smashicons from flaticon.com