A todo list management command-line tool
-
create new todo tasks
-
list all available tasks [complete and pending]
-
list all available complete tasks
-
list all available tasks with more details / information
-
view a specific task
-
delete a specific task
-
clone the repository and change to the todo_list_cli repository directory
-
run
go build .
to build an executable -
run
/todo_list_cli -h
for more information about the commands and options to use to run the tool