This chatbot helps users keep track of the various todos, deadlines and events they may have.
- Run the JAR file
- Enter your commands into the command line interface
- Enjoy! (?)
- Creates a todo that can be marked or unmarked
- Usage:
todo {name of todo}
- Creates a deadline that can be marked or unmarked and has a due date
- Usage:
deadline {name of deadline} /by {due date}
- Creates an event that can be marked or unmarked and has a start and end time
- Usage:
event {name of event} /from {start time} /to {end time}
- Lists out all the tasks in the task list
- Usage:
list
- Deletes a task from the list
- Usage:
delete {index of task to delete}
- Marks/unmarks a task on the list as done
- Usage:
mark {index of task to mark}orunmark {index of task to unmark}
- Searches the task list of a search term
- Usage:
find {search term}
- Quits the program
- Usage:
bye