Skip to content

ryosama/go-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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