MusaabAlfalahi / cli-todo-app

simple cli todo app in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-todo-app

simple cli todo app in Go

list all todos:

$ ./todo -list

add a todo to the list:

$ ./todo -add [todo name]

mark todo as completed:

$ ./todo -complete=[index]

delete a todo from the list:

$ ./todo -del=[index]

example:

Screenshot 2023-11-25 125523

About

simple cli todo app in Go


Languages

Language:Go 98.8%Language:Makefile 1.2%