Changoose is a task manager that helps you keep track of your tasks, deadlines and events. With a simple and intuitive interface, Changoose ensures that you never miss out on any important tasks or events ever again!
Notes on the commands format
Words in
UPPER_CASEare the parameters to be supplied by the user. e.g. intodo TASK NAME,TASK NAMEis a parameter which can be used, liketodo tutorial x.
todo/deadline/event - Add a taskAdds a task of the given type.
NOTE
For tasks with dates, the date can be given as:
monday,tuesday, … which Changoose will understand as the next Monday, Tuesday etc.todayortomorrow, which Changoose understands as 23:59 of the current day, or the next day.- For more flexibility, these are the date formats which Changoose understands:
yyyy-MM-dd HHmme.g. 2023-08-10 1600yyyyMMdd HHmme.g. 20230810 1600d MMM yyyy, e.g. 10 Aug 2023d MMMM yyyy. e.g. 10 Aug 2023
Example of usage:
todo TASK NAME
deadline TASK NAME /by DEADLINE_DATE
event TASK NAME /from START_DATE /to END_DATE
Got it. I've added this task:
...
Now you have x task(s) in the list.
list - List all added tasksLists all added tasks with a task number prefixed to them.
Example of usage:
list
1. ...
2. ...
...
mark/unmark - Mark a task as complete/incompleteMarks a task as complete, or Unmark a task.
NOTE
The task number of a task can be obtained by the
listcommand
Example of usage:
mark NUMBER
unmark NUMBER
Nice! I've marked this task as done:
[T][X] some Todo task
or
OK, I've unmarked this task:
[T][] some Todo task
delete - Delete a taskDeletes an added task.
NOTE
The task number of a task can be obtained by the
listcommand
Example of usage:
delete NUMBER
Noted. I have removed this task:
[T][X] some Todo task
Now you have x task in the list.
find - Search for a taskFinds all tasks with the given keyword
NOTE
The search is case-insensitive:
lower_caseis treated the same asUPPER_CASEChangoose can search for incomplete keywords.homewill return tasks with namesgo homeordo homework.
Example of usage:
find KEYWORD
Found x matching tasks in your list!
1. ...
2. ...
...