A simple todo (task) list built in Go and GTK (by way of the Gotk3 bindings: http://github.com/conformal/gotk3)
agenda depends on GTK+3.6.8 or greater.
- Install Go (http://golang.org/doc/install)
- Get the project:
$ go get github.com/dahenson/agenda
or$ git clone
it - Install it
- If you have GTK >= 3.10 installed:
$ go install github.com/dahenson/agenda
- If you have GTK >= 3.8 < 3.10 installed:
$ go install -tags=gtk_3_8 github.com/dahenson/agenda
- If you have GTK >= 3.6.8 < 3.8 installed:
$ go install -tags=gtk_3_6 github.com/dahenson/agenda
- Run it:
$ agenda