Adam - Your Personal Task Management ChatBot
This is a user manual for Chat Bot Adam, a task-management desktop application designed to be used with a Command Line Interface (CLI).
If you can type fast, Adam can get your tasks managed faster than some GUI apps.
View the User Guide in Simple Theme
Adam the Chat Bot is a versatile task management application designed to simplify your daily workflow.
Whether you’re organizing personal tasks, planning projects, or managing deadlines, Adam is here to help.
With its intuitive Command Line Interface (CLI), Adam offers a seamless and efficient task management experience.
This user guide provides a comprehensive overview of Adam’s features and commands, as well as a quick start guide to get you up and running in no time.
Java 11 or above installed in your Computer.adam.jar from hereadam.jar is located.java -jar adam.jar to start the app. The app should start with the following output displayed:

tasks.dat file will result in the loss of all data.tasks.dat file manually as it may result in the loss of all data.tasks.dat is in the same directory as the adam.jar file to load the saved data.tasks.dat file in the same directory as the adam.jar file, an empty tasks.dat file will be created to store the data.[!NOTE]
- All the spaces in the commands are for clarity and are optional to include in the actual command.
- Commands are case-insensitive.
- The
<angle-brackets>are used to denote the parameters that should be replaced with the actual user input.
Adds a task to the list of tasks. The task can be a todo, deadline, or event task.
The task descriptions are case-sensitive and are displayed as entered.
todo <description>
Adds a todo task with the given description.
deadline <description> /by <date and/or time>
Adds a deadline task with the given description and date.
event <description> /from <start date and/or time> /to <end date and/or time>
Adds an event task with the given description and start and end dates.
todo read book
Adds a todo task with the description “read book”.
deadline return book /by 2024-03-30 1600
Adds a deadline task with the description “return book” and the date “2024-03-30”.
event project meeting /from 2024-03-07 100 /to 2024-03-07 230
Adds an event task with the description “project meeting”
with the start date and time Mar 7, 2024, 1:00 PM and the end date Mar 7, 2024, 2:30 PM.
[!NOTE]
- The time field is optional and defaults to 12:00 AM if not specified.
- Unspecified dates are automatically set to the current date from the system clock.
- Using unsupported date and time formats will create a tasks with the date and time as the literal input.
- For example:
deadline Hand in assignments /by tomorrow afternoon
Adds a deadline task with the description “Hand in assignments” and the date and time as a literal “tomorrow afternoon”.
Awesome sauce! Task successfully added:
[T][ ] read book
You now have a whopping 1 tasks in the list. Keep 'em coming!
Awesome sauce! Task successfully added:
[D][ ] return book (by: Mar 30, 2024, 4:00 PM)
You now have a whopping 2 tasks in the list. Keep 'em coming!
Awesome sauce! Task successfully added:
[E][ ] project meeting (from: Mar 7, 2024, 1:00 PM to: Mar 7, 2024, 2:30 PM)
You now have a whopping 3 tasks in the list. Keep 'em coming!
Lists all the tasks in the list of tasks.
listorls- Lists all the tasks in the list of tasks.
list - Display all the tasks in the list of tasks.
Behold, the mighty task(s) in your realm:
1. [T][ ] read book
2. [D][X] return book (by: Mar 30, 2024, 4:00 PM)
3. [E][X] project meeting (from: Mar 7, 2024, 2:30 PM to: Mar 7, 2024, 2:30 PM)
These tasks await your valiant efforts, noble taskmaster!
Marks a task as done in the list of tasks.
mark <index>- Marks the task at the given index as done.
unmark <index>- Marks the task at the given index as not done.
mark 1 - Marks the 1st task in the list as done.
unmark 2 - Marks the 2nd task in the list as not done.
Ta-da! Task conquered! I've marked this task as done:
[T][X] read book
Whoopsie-daisy! This task is back in action:
[D][ ] return book (by: Mar 30, 2024, 4:00 PM)
Deletes a task from the list of tasks.
delete <index>- Deletes the task at the given index from the list of tasks.
delete 3 - Deletes the 3rd task from the list of tasks.
Task gone with the digital wind!
[E][ ] project meeting (from: Mar 7, 2024, 1:00 PM to: Mar 7, 2024, 2:30 PM)
Now down to 1 tasks in the list.
Finds a task from the list of tasks that contains the given keyword.
find <keyword>- Finds a task from the list of tasks that contains the given keyword.
find book - Finds a task from the list of tasks that contains the keyword “book”.
Behold! Your tasks surface:
1.[T][X] read book
2.[D][ ] return book (by: Mar 30, 2024, 4:00 PM)
Exits the program.
byeorexorq- Exits the program.
bye - Exits the program.
Farewell, adventurer! Until our paths cross again!
Displays the help message.
helporh- Displays the help message.
help - Displays the help message.
Need a hand? Here's your guide to Adam's commands!
Available commands:
- bye (or ex, q): Exit the chatbot.
- todo [description]: Add a new todo task.
- deadline [description] /by [deadline]: Add a new task with a deadline.
- event [description] /from [start time] /to [end time]: Add a new event task.
- list (or ls): View all tasks in the task list.
- mark [task number]: Mark a task as completed.
- unmark [task number]: Mark a completed task as incomplete.
- delete [task number]: Delete a task from the list. (Watch out, it's permanent!)
- find [keyword]: Search for tasks containing the specified keyword.
- help (or h): Display this help menu.
To use a command, simply type it followed by any necessary parameters
(e.g. "deadline Hand in assignments /by 4th June").
Enjoy chatting with Adam!
The date and time format is case-insensitive.
deadlineandeventcommands accept dates and times in the following format:
- Date:
YYYYMMDD(4-digit year, 2-digit month, 2-digit day,
seperated by any symbols of:-/.or a space character)DDMMYYYY(2-digit day, 2-digit month, 4-digit year,
seperated by any symbols of:-/.or a space character)ddMMMyyyy(2-digit day, 3-letter month, 4-digit year,
seperated by any symbols of:-/or a space character)MMMddyyyy(3-letter month, 2-digit day, 4-digit year,
seperated by a space character)MMM dd, yyyy(3-letter month, 2-digit day, 4-digit year,
seperated by a space character with a comma,after the day)- Time:
- 24-hour or 12-hour format with an optional leading zero,
and optional colon:as the separator between hours and minutes.- For 12-hour format, the time should be followed by
amorpm.
Date:
2024-03-3030/03/202430.03.202430 03 202430 Mar 2024MAR 30, 2024Time:
01:00pm13:001:00PM01:001001300