Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 578 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 578 Bytes

go-cli-todo

This application allows you to manage your tasks directly from the terminal.

Features

  • 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.

Requirements

  • Go installed

Installation

  • Clone this repo
git clone https://github.com/SyFajrii/go-cli-todo.git
  • Change directory
cd go-cli-todo

Usage

Run the application:

go run main.go