djtodo-cli is a cli todo program for linux
Table of Contents
Install djtodo-cli with pip
pip3 install djtodo-cli
$ djtodo add task
Create new task, replace "taks" with real task
$ djtodo list
Print list of tasks
$ djtdo remove number
Remove the specific task, replace "number" with task number
$ djtodo done number
Mark the task as done
$ djtodo search task
Search for specific task, replace task with exisisting task