Skip to content

SyFajrii/go-cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple todo list using CLI in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages