Kora is an English speaking Korean bot in Singapore! It can help you keep track of todos, deadlines, events and many more!
- Download Kora JAR file from this page
- Start using!
Adds a todo task.
Format: todo [description]
Example: todo assignment
Adds a deadline task.
Format: deadline [description] /by [due date YYYY-MM-DD HH:mm]
Example: deadline ip /by 2023-09-22 23:59
Adds an event task.
Format: event [description] /from [start YYYY-MM-DD HH:mm] /to [start YYYY-MM-DD HH:mm]
Example: event cs2103t exam /from 2023-12-01 09:00 /to 2023-12-01 11:00
Marks a task to be done.
Format: mark [task index]
Example: mark 2
Unmarks a task to be undone.
Format: unmark [task index]
Example: unmark 2
Deletes a task.
Format: delete [task index]
Example: delete 1
Lists all tasks from task list.
Format: list
Example: list
Finds tasks by keyword.
Format: find [keyword]
Example: find cs
Loads content from specified file.
Format: load [file name]
Example: load y2s1
Changes current working file.
Format: change [file name]
Example: change y2
Displays all commands from command list.
Format: display
Example: display
Set new command name for specified command type.
Format: set [command type] [command name]
Example: set todo td
Deletes specified command name for specified command type.
Format: unset [command type] [command name]
Example: unset todo td
Shows all available commands.
Format: help
Example: help
Exits the KoraBot.
Format: bye
Example: bye
Command | Format |
---|---|
todo |
todo [description] |
deadline |
deadline [description] /by [due date YYYY-MM-DD HH:mm] |
event |
event [description] /from [start YYYY-MM-DD HH:mm] /to [start YYYY-MM-DD HH:mm] |
mark |
mark [task index] |
unmark |
unmark [task index] |
delete |
delete [task index] |
list |
list |
find |
find [keyword] |
load |
load [file name] |
change |
change [file name] |
display |
display |
set |
set [command type] [command name] |
unset |
unset [command type] [command name] |
help |
help |
bye |
bye |