Duke: Personal task manager
Duke is a personal task manager. Useful features include, but not limited to:
Adds a todo to Duke’s list.
Command: todo <title>
Example: todo buy halloween costume
Adds an event (plus the time it’s happening) to Duke’s list.
Command: event <title> /at <yyyy-mm-dd>
Example: event open house /at 2020-05-20
Adds an deadline (plus the time it’s due) to Duke’s list.
Command: deadline <title> /by <yyyy-mm-dd>
Example: deadline cs2103t post lecture quiz /by 2020-05-20
Marks a todo/event/deadline as done, thus removing it from Duke’s list.
Command: done <item-index>
Example: done 1
will mark the first item in the list as done.
Finds a todo/event/deadline using a specified keyword from Duke’s list.
Command: find <keyword>
Example: find cs3230
will find all the items containing the keyword cs3230
.
Deletes a todo/event/deadline from Duke’s list by its index.
Command: delete <item-index>
Example: delete 1
will remove the first item from the list.
Lists all todos/events/deadlines stored in Duke’s list.
Command: list
Displays Duke’s available commands.
Command: help