Skip to content

voukatas/todo-app-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App in Go

A simple command-line TODO list manager written in Go.

Features

  • Add new tasks.
  • Complete tasks.
  • Delete tasks.
  • List all tasks.
  • Update existing tasks.
  • Store tasks in a local JSON file.

Usage

  • Add a new task
./todo-app-go -add "Your task here"
  • Complete a task
./todo-app-go -complete 1
  • Delete a task
./todo-app-go -del 1

List all tasks:

./todo-app-go -list

Update a task

./todo-app-go -update 1 "Updated task here"

Releases

No releases published

Packages

No packages published

Languages