Duke is a chatbot that deals with personal tasks management. With Duke, you are able to quickly create new and specific tasks just with your keyboard. If you are a fast typer, Duke is for you!
If you are a Windows user, you may just double-click the .jar file, and fire away!
If you are a MacOS user, head over to the Terminal, and change directory to the directory with the .jar file. Next, type in the terminal java -jar duke-1.0.0.jar
. The program will start, and you can start chatting with Duke!
If you are unsure of the commands available for Duke, you can type and enter help
.
Todo
Create a simple todo
task, with its description.
todo read CS2103T textbook
Event
Create an event
, where you should have a description, start time and date of event. Take note of the time and date format.
Time: HH:mm
Date: dd/MM/yyyy
event CS2103T project meeting /at 14:00 17/2/2020
Deadline
Create a deadline
task, where you should have a description, end time and date of event. Take note of the time and date format.
Time: HH:mm
Date: dd/MM/yyyy
deadline CS2103T tutorial /by 23:59 20/2/2020
List
List
out all your saved tasks.
list
Tags
Add tags
to your tasks, so that you can categorize them, or search for them easily.
event CS2103T project meeting /at 14:00 17/2/2020 #tutorial #iP #duke #tP
Find
tasksFind
tasks easily by putting in the search word
, or the date
.
find meeting
find 2/2/2020
Done
Mark specific tasks (indicated by their index
on the list) as done
.
done 3
Delete
Delete
specific tasks (indicated by their index on the list) from the list.
delete 3
Help
CenterPull up the help
center if you donβt remember the commands.
help
Exit
Since its a chatbot, say bye
to it!
bye