Skip to content

MayFairMI6/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBorder User Guide

Welcome to AirBorder, a sophisticated customer service chatbot designed to streamline your international air travel experience. This guide provides comprehensive instructions on using all functionalities of AirBorder.

Table of Contents

Getting Started

To use AirBorder, ensure that you have Java 17 or newer installed on your computer. Download the latest version of AirBorder from the releases page, and run it using the following command in your terminal:

java -jar main.jar

Features

Adding Tasks

AirBorder supports three types of tasks:

  • ToDo: Adds a task without a specific due date.
    todo Apply for ETA at gov.uk
    
  • Deadline: Adds a task that needs to be completed by a specific date.
    deadline Check in closes by 2024-12-31 18:00
    
  • Event: Adds an event with a start and end date.
    event Traveldoc validity from 2024-10-15 to 2034-10-14
    

Listing Tasks

To view all your tasks in a list:

list

Marking and Unmarking Tasks

To mark a task as completed:

mark 1

To mark the task as not completed:

unmark 1

Deleting Tasks

To remove a task from your list:

delete 1

Finding Tasks

To find tasks containing specific keywords:

find ETA

Exiting the Program

To exit AirBorder:

exit

Command Summary

Command Description Example
todo DESCRIPTION Adds a todo task Apply for ETA at gov.uk
deadline DESCRIPTION by DATE Adds a task with a deadline deadline
event DESCRIPTION from START_DATE to END_DATE Adds an event Traveldoc validity from 2024-10-15 to 2034-10-14
list Displays all tasks list
mark INDEX Marks the specified task as done mark 1
unmark INDEX Marks the specified task as not done unmark 1
delete INDEX Deletes the specified task delete 1
find KEYWORD Finds tasks containing the keyword find ETA
exit Exits the program exit

FAQ

Q: Can AirBorder handle recurring tasks?
A: Currently, AirBorder does not support recurring tasks. Each task must be entered manually.

Q: What date formats does AirBorder accept?
A: AirBorder accepts dates in YYYY-MM-DD format. Please ensure you adhere to this format to avoid any errors.

Support

For support or further assistance, please email us at support@airborder.com or visit our GitHub repository to open an issue.

Thank you for choosing AirBorder for your international travel needs!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 92.7%
  • Shell 4.2%
  • Batchfile 3.1%