Table of Contents
Duke is a Personal Assistant Chatbot that helps a those who prefer to use a desktop app for managing tasks. More important, Duke is optimised for those who prefer to work with a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). Duke can get your task management done faster than traditional GUI apps if you are a fast typer.
Adds a task to list of tasks in Duke
There are 3 different types of tasks:
todo [NAME]
deadline [NAME] /by [DATE]
event [NAME] /at [DATE]
Shows a list of all tasks in Duke.
Format: list
Sets a task as done.
Format: done [INDEX]
INDEX is the number of the task in the list of tasks when list
is called.
Deletes a task.
Format: delete [INDEX]
INDEX is the number of the task in the list of tasks when list
is called.
Finds a task that corresponds to the given keyword, even if the keyword matches the item only partially.
Format: find [KEYWORD]
Undos the previous command.
Format: undo