Mbot Jr is a personal assistant chatbot who will help you keep track of your tasks!
todo
- Adds a to-do taskAdds a task to be done, with a description.
Example of usage:
todo read a book
Expected outcome:
event
- Adds an event taskAdds an event with a description, date and time.
Example of usage:
event meeting /at 2020-02-16 14:00
Expected outcome:
deadline
- Adds a deadline taskAdds a task that has a deadline, with a description, date and time.
Example of usage:
deadline submit quiz /by 2020-02-18 16:00
Expected outcome:
done
- Marks a task as doneWhen a task has been completed, mark it as done.
Example of usage:
done 3
Expected outcome:
delete
- Deletes a taskDelete a task that you no longer want or need.
Example of usage:
delete 7
Expected outcome:
list
- Lists all tasksProvides a list of all tasks you have added.
Example of usage:
list
Expected outcome:
find
- Searches for tasks with keywordShows all tasks that contain the keyword you searched.
Example of usage:
find mushroom
Expected outcome:
sort
- Sorts tasks chronologicallyOrganises the tasks according to date and time.
Example of usage:
sort
Expected outcome:
bye
- Exits the applicationExits the application and closes the chatbot.
Example of usage:
bye