A simple todo application for terminal written in go. Works on linux/macOS.
Instalation
Run ./install
Remove the downloaded folder.
Use todo command in terminal to use the application.
Goal of this project
The goal of this project is simple - to provide a nice cli todo interface, besides that to
learn of better programming practices. Get familiar with Golang, learn to write more beautiful,
readable code.