Meow the meme lord is a chat bot to help you manage your tasks and deadlines. It is a to-do list in a command interface form
1. Download the latest Meow the meme lord.jar
2. Double click the file to start the app
3. Use the text field to type in command ## Features Available commands: - `todo`, `deadline`, `event` Adds the specific task type to the list - `list` Lists out all current tasks - `delete 1` Deletes the 1st task in the list - `done 4` Marks the 4th task in the list as done - `find book` finds all task with `book` in its description
Adding of tasks
todo
, deadline
, event
- Adds the specific task typeAdds a todo, deadline or event task.
Note that for a deadline, a /by
followed by the date in the dd/MM/yyyy HHmm
format
Note that for an event, a /at
followed by the date and time in the format dd/MM/yyyy HHmm
format
Example of usage:
todo feed my cat
deadline return library book /by 20/9/2020 0000
event Birthday party /at 20/9/2020 0000
Expected output:
Got it. I’ve added the task:
[T][x] feed my cat
Got it. I’ve added the task:
[D][x] return library book (by: 00:00 20 Sep 2020)
Got it. I’ve added the task:
[E][x] Birthday party (at: 00:00 20 Sep 2020)
Listing of tasks
list
- Lists all current taskList all the current task in the list
Example of usage:
list
Expected output:
Meow list
- [T][x] feed my cat
Deleting of tasks
delete
- deletes a taskDeletes the task specified by the number after the delete
command
Example of usage:
delete 1
Expected output:
Noted. I’ve removed this task:
- [T][x] feed my cat