Skip to content

quickfever-zz/todo

 
 

Repository files navigation

todo

GoDoc Go Report Card

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

screenshot

Installation

Source

$ go install 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

About

todo is a simple self-hosted todo manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 69.9%
  • HTML 19.3%
  • Shell 7.1%
  • Dockerfile 2.5%
  • Makefile 1.2%