simple TUI todo application with TermUI
go get
go build main.goBinary should be now created at ./main
Application does not include any proper error handling, and panics when one occurs.
it creates a folder to $XDG_DATA_HOME/godo (if exists) or $HOME/.local/godo.
This location contains the SQLite database used to save your todos.
database lock is not handled, and will result in panic