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.
add
command :- To add new tasks.list
command :- To list all the existing tasks.delete
command :- To delete existing tasks.complete
command :- 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