Skip to content

Sailesh01/Todo-list-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo-list-manager

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

Demo Video:

todo_list

About

A command line tool to manage todo lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages