ryosama / go-todo

A simple ToDo application written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Todo

A simple GTK3 application written in Go to manage a ToDo list

It use the GOTK3 library for GUI

Install

Install GOTK3 library first https://github.com/gotk3/gotk3/wiki

and after a simple go get...

$ go get -u github.com/ryosama/go-todo

Screenshot

Screenshot

Documentation

  • You can add thig to do by taping something at the bottom of the app. Record with ENTER
  • Edit thing in the list
  • Mark thing as done with the checkbox
  • Delete thing with the cross button

TODO

  • Reorder things
  • Make a tree instead of listbox to order things better

About

A simple ToDo application written in Golang


Languages

Language:Go 99.6%Language:Batchfile 0.4%