A simple command line tool written in python to manage a to-do list
Dependencies:
- python
Commands:
todolist (-a | --add) [(-p | --priority)] [(-l | --list)]
adds tasks to the end of the to-do listtodolist (-r | --remove) [(-l | --list)]
marks tasks in the to-do list as completedtodolist (-p | --priority) [(-l | --list)]
toggles the priority of taskstodolist (-s | --sort) [(-l | --list)]
sorts the list by uncompleted and completed tasks, as well as by prioritytodolist (-c | --clear) [(-l | --list)]
removes all completed tasks from the to-do listtodolist (-l | --list)
shows all tasks in the to-do listtodolist (-d | --delete)
deletes the entire to-do list