Todo is a simple, no-frills CLI based To-Do list application made in Golang
Note: Only works with local build
build the app with this command:make build
./todo -list
./todo -create Some Text about Task
./todo -complete 2
./todo -remove 2
Last Update: 09.12.2022