Skip to content

dlathyun/ip

 
 

Repository files navigation

Kora User Guide

Kora is an English speaking Korean bot in Singapore! It can help you keep track of todos, deadlines, events and many more!

Table of Content

  1. Getting Started
  2. Commands
  3. Command Summary

Getting Started

  1. Download Kora JAR file from this page
  2. Start using!

Commands

Task Related Command

Adding ToDo: todo

Adds a todo task.

Format: todo [description]

Example: todo assignment

todo

Adding Deadline: deadline

Adds a deadline task.

Format: deadline [description] /by [due date YYYY-MM-DD HH:mm]

Example: deadline ip /by 2023-09-22 23:59

deadline

Adding Event: event

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

event

Marking task: mark

Marks a task to be done.

Format: mark [task index]

Example: mark 2

mark

Unmarking task: unmark

Unmarks a task to be undone.

Format: unmark [task index]

Example: unmark 2

unmark

Deleting task: delete

Deletes a task.

Format: delete [task index]

Example: delete 1

delete

Listing task: list

Lists all tasks from task list.

Format: list

Example: list

list

Finding task: find

Finds tasks by keyword.

Format: find [keyword]

Example: find cs

find

File Related Command

Loading file: load

Loads content from specified file.

Format: load [file name]

Example: load y2s1

load

Changing file: change

Changes current working file.

Format: change [file name]

Example: change y2

change

Command Related Command

Displaying command list: display

Displays all commands from command list.

Format: display

Example: display

display

Setting command name: set

Set new command name for specified command type.

Format: set [command type] [command name]

Example: set todo td

set

Unsetting command name: unset

Deletes specified command name for specified command type.

Format: unset [command type] [command name]

Example: unset todo td

unset

General Command

Viewing help: help

Shows all available commands.

Format: help

Example: help

help

Exiting: bye

Exits the KoraBot.

Format: bye

Example: bye

bye

Command Summary

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

Have fun using Kora!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • CSS 1.3%
  • Other 1.6%