Nehsik is a CLI-based personal assistant chatbot that helps the user to keep track of their daily tasks
cd
to the directory where the “Nehsik.jar” file is presentjava -jar Nehsik.jar
. If the app has started successfully, you will see the welcome message:
________________________________________________________________________________________________
Hala habibi! Shlonik? Shakhbarak?
I'm Nehsik, What can I do for you?
________________________________________________________________________________________________
todo
, deadline
, event
Tasks of the following types can be added:
Format:
todo TASK_DESCRIPTION
deadline TASK_DESCRIPTION /by DEADLINE
event TASK_DESCRIPTION /from START_TIME /to END_TIME
list
Displays all the tasks present in the task list, along with the task type and status.
Format: list
delete
Deletes the required task based on the task number of the task to be deleted in the latest task list.
Format: delete TASK_NUM
mark
Marks the required task as done based on the task number of the task to be marked as done in the latest task list.
Format: mark TASK_NUM
unmark
Marks the required task as not done based on the task number of the task to be marked as not done in the latest task list.
Format: unmark TASK_NUM
find
Displays the list of matching tasks which contain the keyword in their descriptions.
Format: find KEYWORD
bye
Displays bye message and exits from the program.
Format: bye
The data is saved in the hard disk automatically after any command that changes the data. There is no need to save manually. Your task list can be found in the file “nehsik.txt” created in the same directory where the “Nehsik.jar” file is present.