This is a project template for a greenfield Java project. It's named after the Java mascot Duke. Given below are instructions on how to use it.
Prerequisites: JDK 11, update Intellij to the most recent version.
Todo <taskname_here>This creates a simple Todo task.Deadline <taskname_here> /by <date_here>This creates a Deadline task.- Example:
deadline math assignment /by 12 october, 2019
Event <taskname_here> /at <date_here>This creates an Event task.- Example:
event Christmas Dinner /at 25 December, 2022- Example:
deadline math assignment /by 12 october, 2019
Event <taskname_here> /at <date_here>This creates an Event task.- Example:
event Christmas Dinner /at 25 December, 2022
find <search_query_here>This prints out any task that contains<search_query_here>done <task_number>This marks the task as done.delete <task_number>This deletes the task from the task list.listThis lists out the whole list of tasks which have been input by the user.byeThis would exit the programme.
First run of the programme should give an output like this:
___
__/_ `. .-"""-.
\_,` | \-' / )`-')
"") `"` \ ((`"`
___Y , .'7 /|
(_,___/...-` (_/_/
Hello! I'm Duke the Dancing Doggo.
Anything I can help you with, young Padawan?
_____________________________________________________
=>