Dash frees your mind of having to remember things you need to do. It’s,
All you need to do is,
And it is FREE!
Notes about the command format:
- Words in UPPER_CASE are the parameters to be supplied by the user. e.g. in
add n/NAME,NAMEis a parameter which can be used as addn/John Doe.- If an invalid command was entered, Dash will alert the user with a response e.g.
Error: Index is out of bounds
list / lDisplays a list of all tasks.
Format: list / l
todo / tAdds a to-do task to the list.
Format: todo TO_DO
Example: todo homework
event / eAdds a event task to the list.
Format: event EVENT /from DD-MM-YYYY HHmm/to DD-MM-YYYY HHmm
Example: event exam /from 11-12-2024 1100/to 11-12-2024 1200
deadline / dAdds a deadline task to the list.
Format: deadline DEADLINE /by DD-MM-YYYY HHmm
Example: deadline return book /by 10-11-2024 2359
mark / mMarks a task as complete.
Format: mark INDEX
unmark / umMarks a task as incomplete.
Format: unmark INDEX
find / fFinds all tasks that contains the keyword.
Format: find KEYWORD
delete / delDeletes a task from the list.
Format: delete INDEX
bye / bExits the program.
Format: bye