todoAdds a todo item to the list
todo <desc>Example of usage:
todo read book
deadlineAdds a deadline to the list with its associated deadline
(Optional: deadline time)
deadline <task> /by <YYYY-MM-DD of deadline>deadline <task> /by <YYYY-MM-DD of deadline> <HH:mm>Example of usage:
deadline finish homework /by 2020-02-20
deadline finish homework /by 2020-02-20 18:05
eventAdds an event to the list with its associated event date
(Optional: event start time and/or event end time)
event <desc> /at <YYYY-MM-DD of event>event <desc> /at <YYYY-MM-DD of event> <start HH:mm>event <desc> /at <YYYY-MM-DD of event> <start HH:mm> to <end HH:mm>Example of usage:
event friend's birthday /at 2020-02-20
event friend's birthday /at 2020-02-20 16:00
event friend's birthday /at 2020-02-20 16:00 to 20:00
doneMarks item(s) on the list as done
done <indices of item(s) to mark as done>Example of usage:
done 2 (marks the 2nd item as done)
done 1 3 4 (marks the 1st, 3rd, and 4th items as done)
delete itemDeletes item(s) from the list
delete <indices of item(s) to delete>Example of usage:
delete 2 (deletes the 2nd item)
delete 1 3 4 (deletes the 1st, 3rd, and 4th items)
listDisplays the list of todo, deadline, and event items
(Optional: /showtimer or /hidetimer option to toggle countdown timer to the deadline or event)
listlist /showtimerlist /hidetimerfind an itemSearches for an item on the list
find <keyword(s)>Example of usage:
find play
find read book
/helpDisplays the list of commands
/help