Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 542 Bytes

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.