ip

Dash

Dash frees your mind of having to remember things you need to do. It’s,

All you need to do is,

  1. download it from here.
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you 😉

And it is FREE!

Features

Notes about the command format:

Listing all tasks list / l

Displays a list of all tasks.

Format: list / l

Adding a To-Do task: todo / t

Adds a to-do task to the list.

Format: todo TO_DO

Example: todo homework

Adding an Event task: event / e

Adds 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

Format: deadline DEADLINE /by DD-MM-YYYY HHmm

Example: deadline return book /by 10-11-2024 2359

Marking a task as complete: mark / m

Marks a task as complete.

Format: mark INDEX

Marking a task as incomplete: unmark / um

Marks a task as incomplete.

Format: unmark INDEX

Finding a task: find / f

Finds all tasks that contains the keyword.

Format: find KEYWORD

Deleting a task: delete / del

Deletes a task from the list.

Format: delete INDEX

Exiting the program: bye / b

Exits the program.

Format: bye