ip

Arsdorint chatbot

This is Arsdorint chatbot, a member of Arsdorint Team, and an adaptation application of CS2113 Project Duke)

User Guide

  1. To download the application, click here.
  2. Copy the file path after your download. (ie: C:\Users\YourPC\GitHub\ip_jar)
  3. Open your terminal, if the current path is not where you keep the file (ie: C:\Users\YourPC), just type cd + the remaining path (ie: ‘cd GitHub\ip_jar`) to access the file path.
  4. Initializing the application by typing java -jar ip.jar, and enjoy using the chatbot.
  5. The chatbot contains the following feature
    • List
    • Todo
    • Deadline
    • Event
    • Mark
    • Unmark
    • Date
    • Find
    • Bye

Feature - List

>>> list
Here are the tasks in your list:

____________________________________________________________
____________________________LIST____________________________
1.[T][ ] midterm
	Now you have 1 task in the list.
____________________________________________________________

Feature - Todo

>>> todo midterm
____________________________________________________________

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

Feature - Deadline

>>> deadline midterm /by tommorrow
____________________________________________________________

Got it. I've added this task:
	
[D][ ] midterm	(by tommorrow)
	Now you have 2 tasks in the list.
____________________________________________________________

or

>>> deadline midterm /2023-03-04
____________________________________________________________

Got it. I've added this task:
	
[D][ ] midterm	(4 Mar 2023)
	Now you have 4 tasks in the list.
____________________________________________________________

Feature - Event

>>> event Open House /on Sunday
____________________________________________________________

Got it. I've added this task:
	
[E][ ] Open House	(on Sunday)
	Now you have 5 tasks in the list.
____________________________________________________________

or

>>> event NUS football match /2023-03-05
____________________________________________________________

Got it. I've added this task:
	
[E][ ] NUS football match	(5 Mar 2023)
	Now you have 6 tasks in the list.
____________________________________________________________

Feature - Mark

>>> mark 2
____________________________________________________________

Got it. I've marked this task as done:
	
[D][X] midterm	(by tommorrow)
	Now you have 5 unmarked tasks in the list.
____________________________________________________________

Feature - Unmark

>>> unmark 2
____________________________________________________________

Got it. I've marked this task as not done yet:
	
[D][ ] midterm	(by tommorrow)
	Now you have 0 marked tasks in the list.
____________________________________________________________

Feature - Date

>>> date 2022-03-04
____________________________________________________________
1 task occurs on this date:
[D][ ] Open House       (4 Mar 2022)

Feature - Find

>>> find Open House
____________________________________________________________
Here are the matching tasks in your list, with 1 task as followed:
[E][ ] Open House	(on Sunday)

____________________________________________________________

Feature - Bye

 >>> bye
____________________________________________________________
 Bye. Hope to see you again soon!


____________________________________________________________

That’s all about Arsdorint chatbot! Hope you enjoy our product, and leave some comments to help us improve the chatbot! Thank you so much!

   Hello from
        ___                         _                                 _
       / _ \     _____   _____  ___| |   ___    _____   _   _____   _| |_
      / /_\ \   /  ___| /  __/ /  _  |  / _ \  /  ___| | | |  _  \ |_   _|
     / _____ \  | /    __\ \   | |_| | | |_| | | /     | | | | | |   | |
    /_/     \_\ |_|   /____/   \_____|  \___/  |_|     |_| |_| |_|   |_|