View on GitHub

ip

User Guide

Features

Adding a new todo task todo

Creates a new todo task.

Format: todo TITLE

Example:

Format: deadline TITLE /by TIME

Example:

Format: event TITLE /at TIME

Example:

Format: done INDEX INDEX ...

Example:

Format: delete INDEX INDEX ...

Example:

Finding a task find

Finds a task of which the title contains the given string.

Format: find QUERY_STRING

Example:

Listing all tasks list

Shows all of the tasks, both finished and not finished yet.

Format: list

Clearing all tasks clear

Clears all tasks, both finished and not finished yet.

Format: clear

Saving all local data save

Saves local data to an external txt file.

Format: save

Ending the program bye

Ends and exits the program

Format: bye

##Command summary Action | Format, examples ——-|—————— todo|todo TITLE deadline|deadline TITLE /by DD/MM/YY HHMM e.g. deadline homework 12/2/2012 1600 event|event TITLE /at DD/MM/YY HHMM e.g. event exam 12/2/2012 1600 done|done INDEX INDEX ... e.g. done 1 3 4 delete|delete INDEX INDEX ... e.g. delete 1 3 4 find|find QUERY e.g. find book list|list clear|clear save|save bye|bye