Skip to content

shivam-tripathi/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

todo

A command line tool to keep track of stuff to do.

What works

  • python todo.py --add <task> - Adds a new task
  • python todo.py --list - List all the current tasks
  • python todo.py --remove <taskid> - Remove a task from the list
  • python todo.py --complete <taskid> - Mark a task as completed
  • python todo.py --help - List all the options

Contributing

Just fork, create a new branch, write some code, commit and send us a PR! It's that easy!

License

This app is licensed under the MIT license.

About

A command line tool to keep track of stuff to do.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages