A command line tool to keep track of stuff to do.
python todo.py --add <task>- Adds a new taskpython todo.py --list- List all the current taskspython todo.py --remove <taskid>- Remove a task from the listpython todo.py --complete <taskid>- Mark a task as completedpython todo.py --help- List all the options
Just fork, create a new branch, write some code, commit and send us a PR! It's that easy!
This app is licensed under the MIT license.