Skip to content

rachelljt/ip

 
 

Repository files navigation

User Guide

Here is the user manual! Have fun!

Image of Ui

Features

Commands Usage
todo [description] Adds todo task to the list
deadline [description] /by[dd/MM/yyyy HHmm] Adds deadline task to the list
event [description] /at[dd/MM/yyyy HHmm] Adds event task to the list
list Lists all the tasks in chronological order
done [taskNumber] Marks task at taskNumber as completed
delete [taskNumber] Deletes task at taskNumber
find [keyword] Finds task with relevant keyword
bye Exits the application

Usage

1. todo

Adds todo task to the list

Example of usage:

todo complete homework

Expected outcome:

☺ Got it. I've added this task:
[T][ ] complete homework
Now you have 1 task in the list.

2. deadline

Adds deadline task to the list

Example of usage:

deadline complete assignment /by 01/03/2021 2359

Expected outcome:

☺ Got it. I've added this task:
[D][ ] complete assignment (by: Mar 1 2021, 23:59)
Now you have 2 tasks in the list.

3. event

Adds event task to the list

Example of usage:

event marathon /at 01/03/2021 0500

Expected outcome:

☺ Got it. I've added this task:
[E][ ] marathon (at: Mar 1 2021, 05:00)
Now you have 3 tasks in the list.

4. list

List all tasks in chronological order

Example of usage:

list

Expected outcome:

Here are the tasks in your list:
1. [E][ ] marathon (at: Mar 1 2021, 05:00)
2. [D][ ] complete assignment (by: Mar 1 2021, 23:59)
3. [T][ ] complete homework

5. done

Marks task at taskNumber in list as completed

Example of usage:

done 3

Expected outcome:

☺ Nice! I've marked this task as done
[T][✓] complete homework

6. delete

Deletes task at taskNumber

Example of usage:

delete 3

Expected outcome:

☺ Noted. I've removed this task:
[T][✓] complete homework
Now you have 2 task in the list.

7. find

Find and shows tasks with relevant keyword

Example of usage:

find assignment

Expected outcome:

Here are the matching tasks in your list:
1. [D][ ] complete assignment (by: Mar 1 2021, 23:59)

8. bye

Exits the application

Example of usage:

bye

Expected outcome:

Bye. Hope to see you again soon! ☺

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.0%
  • Shell 2.3%
  • Batchfile 1.7%