ip

Duke user guide

This is Duke, an application that helps you to manage your life. It can store tasks, deadlines, and remember what you need.

Duke is a CLI (command line interface) application. You will type your commands and Duke will listen!

Features

Features

Adding a task : add todo

Adds a todo task. Format: add todo <description>

Examples:

Adding a deadline : add deadline

Adds a deadline with a specific date
Format: add deadline <description> /by YYYY-MM-DD

Examples:

Adding an event: add event

Adds a new event Format: add event <description> /at <date/place>

Examples:

Listing all current tasks : list

Shows a list of all current tasks. Format: list

Deleting a task : delete

Deletes a task. Format: delete <index>

Examples:

Marking a task as done: done

Marks a task as done.
Format: done <index>

Examples:

Finding tasks with keywords : find

Find all the tasks that contains the given keyword. Format: find <keyword>

Examples:

Quitting Duke: bye

Duke will shut down and save all the data.

Command Summary

| Action | Format | | :———————-: | :——————————————————: | |Adding a todo task|add todo <description>| |Adding a deadline|add deadline <description> /by <deadline>| |Adding an event|add event <description> /at <date/place>| |Listing tasks|list| |Deleting a task|delete <index>| |Marking a task as done|done <index>| |Finding tasks with keywords|find <keyword>| |Quitting Duke|bye|