This is a lightweight command-line to-do application built with Go. It enables you to effortlessly add, view, update, and remove tasks, storing them in a local JSON file for easy access and management.
addcommand :- To add new tasks.listcommand :- To list all the existing tasks.deletecommand :- To delete existing tasks.completecommand :- To mark a task as completed
- Clone the repository
git clone https://github.com/ayush3160/todo-cli.git
- Run Commands
go run main.go list
