This is a cli based TODO list written in python with interactive userface and colors.
- typer
- rich
- setuptools
-
Clone this repo.
-
Run this command in the directory
pip install --editable .
and use withtodo
in unix based system and.\todo
in Windows.
or you can simply run this in the folder itself without installation with python todo.cli
Command | function |
---|---|
--help | how to use |
add 'task' 'category' | adds a todo |
update Position 'task' 'category' | updates a todo |
complete Position | Checks a todo |
delete Position | deletes a todo |
todo add 'clone this repo' 'github'
todo update 1 'dont clone this repo' 'github'
todo complete 1
todo delete 1