Poring the Chatbot is a Maplestory and Ragnarok inspired Personal Assistant Chatbot. Poring assists you by storing and tracking your to-dos, deadlines and events.
This User Guide will show you how to use and maintain Poring the Chatbot to start managing your productive life!
Quick Start
Task Type
Features
Add a todo: todo
Add a deadline: deadline
Add a event: event
List all tasks: list
Mark a task as done: done
Delete a task: delete
Find a task: find
Tag a task: tag
Exiting the program: bye
Command Summary
To launch Poring the Chatbot, Simply
No installation required!
There are 3 types of Task that Poring can process. These include:
ToDo
Deadline
Event
Add a todo: todo
Format: todo DESCRIPTION
Example:
todo Have Breakfast
todo Nap
Expected outcome:
Add a deadline: deadline
Format: deadline DESCRIPTION /by YYYY-MM-DD
Example:
deadline Submit Assignment /by 2020-09-20
deadline Watch Lecture /by 2020-10-02
Expected outcome:
Add a event: event
Format: event DESCRIPTION /at DESCRIPTION
Example:
event Have Lunch /at 12 tomorrow
event Follow Up With Lecturer /at afternoon-ish
Expected outcome:
List all tasks: list
Format: list
Example:
list
Expected outcome:
Mark a task as done: done
Format: done INDEX
Example:
done 6
done 20
Expected outcome:
Delete a task: delete
Format: delete INDEX
Example:
delete 1
delete 20
Expected outcome:
Find a task: find
Format: find DESCRIPTION
Example:
find Lunch
find Happy
Expected outcome:
Tag a task: tag
Format: tag INDEX DESCRIPTION
Example:
tag 6 Happy
tag 2 Urgent
Expected outcome:
Exiting the program: exit
Format: exit
Example:
exit
Action | Format |
---|---|
todo | todo DESCRIPTION |
deadline | deadline DESCRIPTION /by YYYY-MM-DD |
event | event DESCRIPTION /at DESCRIPTION |
list | list |
done | done INDEX |
delete | delete INDEX |
find | find DESCRIPTION |
tag | tag INDEX DESCRIPTION |
exit | exit |