List Whisper is your ultimate solution for effortless task management. Whether you’re organizing your workday, planning personal projects, or just need a simple way to keep track of your to-do list, List Whisper has you covered.
Prerequisites: JDK 11
java -jar ip.jar
-----------------------------------------------------
Hello! I'm ListWhisper
What can I do for you?
-----------------------------------------------------
Vocabulary | Description |
---|---|
task | An item representing a specific activity or work to be completed. A task can be a todo, deadline or an event. |
todo | A task with no deadline |
deadline | A task with a deadline |
event | An event with a start and end date and time |
Words in UPPER_CASE are the parameters to be supplied by the user.
e.g. in todo TASK_DESCRIPTION
, TASK_DESCRIPTION is a parameter which can be used as add n/assignment
list
Shows a list of all persons in the address book.
Format: list
Example:
list
-----------------------------------------------------------
Here are the tasks in your list:
1.[T][X] read book
2.[D][X] return book (by: June 6th)
------------------------------------------------------------
Adds a new todo task in your list.
Format: todo TASK_DESCRIPTION
Adds a new task with deadline in your list.
Format: deadline TASK_DESCRIPTION /by DEADLINE
Adds a new event in your list.
Format: event EVENT_DESCRIPTION /from START_TIME /to END_TIME
Marks a task in your list as done.
Format: mark TASK_INDEX
Unmarks a task in your list as done.
Format: unamrk TASK_INDEX
Deletes a task from your list.
Format: delete TASK_INDEX
Find tasks with matching keywords in your list.
Format: find KEY_WORD
Example:
find book
-----------------------------------------------------------
Here are the matching tasks in your list:
1.[T][X] read book
2.[D][X] return book (by: June 6th)
------------------------------------------------------------
Exit the application.
Format: bye