1. What is Duke?
2. Features
3. Setting Up
4. Commands
Duke is a task management bot that can keep track of your daily tasks and manage them.
todo: A task to be done laterevent: A task with the time to do itdeadline: A task with a deadlinedelete a task from the existing list of tasks.list the existing list of tasks.done after you have done it.find tasks that contain the keyword.note to the existing list of notes.delnote: deletes a note that you do not want to keep anymore.listnote: lists the existing notes.description: the content of a certain note.Command | Result
—————- | —————-
todo [Description] | New todo task added to the task list with the tag [T]
event [Description] /at [Time(YYYY/MM/DDTHH:MM)] | New event added to the task list with the tag [E]
deadline [Description] /by [Time(YYYY/MM/DDTHH:MM)] | New deadline added to the task list with the tag [D]
delete [Index] | Delete the task with the index
list | List the existing tasks on the task list
done [Index] | Mark the task with the index as done
find [Keyword] | Find the tasks which contains the keyword
note [Title] /d [Description] | Create a note with a title and description then add it to the note list.
delnote [Index] | Delete the note with the index.
listnote | List the notes on the note list.
description [Index] | Get the description of the note with the index.