/td

Todo CLI app made in GoLang

Primary LanguageGo

td

Todo CLI application created in Go

Usage

make build

To generate the binary file and

Create a task

./td -add My first task

List all tasks

./td -list

Complete the <nth> task

./td -complete <nth>

Delete the <nth> task

./td -del <nth>

Todo

  • Refactor the code
  • Add compact flags
  • Create tests
  • Add filters
  • Dockerize the app for development
  • Add history
  • Create a web interface