A simple command line utility to make ranked to do lists with custom tags.
Used to implement the other methods and run the application loop.
Implements parsing of user commands and delegating tasks. Also implements funcitons like adding, printing, removing, etc.
Implements the Task class to hold representation of a task for use.
Task has...
- name
- description (not yet in use)
- priority
- tag list