This application allows you to manage your tasks directly from the terminal.
- Add Task: Add a new task to your todo list.
- List Tasks: Display all tasks with their completion status.
- Complete Task: Mark a specific task as completed.
- Remove Task: Remove a task from the list.
- Exit: Exit the application.
- Go installed
- Clone this repo
git clone https://github.com/SyFajrii/go-cli-todo.git
- Change directory
cd go-cli-todo
Run the application:
go run main.go