Hello! This is RizBot, a todo-list manager that is based off the mannerisms of my close friend Rizwan Khan.
It is encouraged that you use the buttons provided in the interface for ease of use.
This a sample use case of the RizBot
- Before runing this application, ensure you have Java JDK 11 installed on your system.
You can download it from here. - Open the command prompt/terminal on your computer and navigate to the directory containing the JAR file.
For example:cd NUS Y2S2/CS2103T/ip/build/libs
. - Run the jar file by typing
java -jar RizBot.jar
.
Be sure to input the time in 24h format for Deadline and Event tasks!
Format: todo INSERT_TASK_HERE
Format: deadline INSERT_TASK_HERE /by dd/mm/yyyy hhmm
Format: event INSERT_TASK_HERE /from dd/mm/yyyy hhmm /to dd/mm/yyyy hhmm
This showcases all the tasks that are currently in the tasklist.
This marks a task as complete, based on its numerical index.
Format: mark INSERT_TASK_INDEX
This unmarks a task as incomplete, based on its numerical index.
Format: UNMARK INSERT_TASK_INDEX
Find a task based off of the name of the task, even if the search input only matches partially.
Format: find INSERT_COMPLETE_OR_PARTIAL_TASK_NAME
Deletes a task based on its numerical index.
Format: delete INSERT_TASK_INDEX
Deletes all tasks in the tasklist.