Katsu is your personal assistant that lets you keep track of your daily and future tasks! ˗ˏˋ𓅭ˎˊ˗
Add different tasks easily using todo
, event
, or deadline
commands.
Example:
todo <task's description>
deadline <deadline's description> /by <yyyy-MM-dd HH:mm>
event <event's description> /from <yyyy-MM-dd HH:mm> /to <yyyy-MM-dd HH:mm>
Katsu will add the specified tasks into your task list so you can easily keep track of them!
Here’s an example outcome if you were to run todo Read book
:
Quack! I've added the task below to your list:
[T][ ] Read book
You now have 1 task in the list.
Mark tasks as completed or unmark them using mark
and unmark
command.
Example:
mark <task's number>
unmark <task's number>
Katsu will mark the specified task in your task list.
Here’a an example outcome if you were to run mark 1
:
Quack! I have marked this task as completed:
[T][X] Read book
Remove tasks from your list using the delete
command.
Example:
delete <task's number>
Katsu will remove the specified task from your task list.
Here’s an example outcome if you were to run delete 1
:
Quack! I've removed the task below from your list:
[T][X] Read book
You have no more task in the list.
Search for tasks containing specific keywords using the find
command.
Example:
find <keywords>
Katsu will display all tasks that match your search term.
Here’s an example outcome if you were to run find book
:
Quack! Here are the matching tasks in your list:
1.[T][ ] Read book
2.[T][X] Return library book
You tasks will be saved when you close the window or run the command bye
which will also close the window!
The application automatically loads your saved tasks when you start it up again.
java -jar katsu.jar
bye
to exit the applicationIf you encounter any issues or have questions about using Katsu, here are some tips:
yyyy-MM-dd HH:mm
You can also refer back to this guide anytime for command references. Happy task managing! ˗ˏˋ𓅭ˎˊ