A simple command line todo list manager that helps you organise your daily tasks in a sophisticated way.
To run the program in development, clone the project (or download its zip) and go to the source directory. You can run the source by executing:
todo.py
To view the list of commands:
todo.py help
To add new task:
todo.py add "your task"
To view the list of added tasks:
todo.py ls
To complete a specific task:
todo.py done NUMBER
To delete a task from the list:
todo.py del NUMBER
To view the number of tasks completed and remaining:
todo.py report