git clone https://github.com/leetconf/todo.git
cd todo
pip/pipx install .
after the installation you should be able to use the "todo" command in your terminal
usage: todo [-h] [--version] {add,tg,edit,rm,ls} ...
commands:
add Add a new task
tg Toggle the completion status of a task
edit Edit a task
rm Remove a task
ls List all tasks
options:
-h, --help show this help message and exit
--version show program's version number and exit