Susan Bot is a simple lightweight chat bot that lets you manage tasks easily from your desktop.

todo <description>: Adds tasks without any date/time attached to it e.g., visit new theme parkdeadline <description> /by <deadline>: adds tasks that need to be done before a specific date/time e.g., submit report by 11/10/2019 5pmevent <description> /from <from> /to <to>: adds tasks that start at a specific date/time and ends at a specific date/time e.g., (a) team project meeting 2/10/2019 2-4pm (b) orientation week 4/10/2019 to 11/10/2019list: Lists down your current tasks.mark <taskNumber>: Checks the task with taskNumber as done.unmark <taskNumber>: Checks the task with taskNumber as undone.bye: Exits the program.delete <taskNumber>: Deletes the task with taskNumber.deleteMany <id1> <id2> ... <idn>: Deletes all the tasks with IDs from the list of IDs.git clone https://github.com/raihahahan/ip.gitip [run] with Gradle.