TAConnect is a desktop application for managing your contact details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
-
Ensure you have Java
17or above installed in your Computer.
Mac users: Ensure you have the precise JDK version prescribed here. -
Download the latest
.jarfile from here. -
Copy the file to the folder you want to use as the home folder for your TAConnect.
-
Open a command terminal,
cdinto the folder you put the jar file in, and use thejava -jar TAConnect.jarcommand to run the application. -
Type the command in the command box and press Enter to execute it. e.g. typing
helpand pressing Enter will open the help window.
Some example commands you can try:-
list: Lists all contacts. -
add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 tg/@johndoe: Adds a contact namedJohn Doeto the Address Book. -
delete 3: Deletes the 3rd contact shown in the current list. -
view 2: Displays the full details of the second contact in the current contact list. -
clear: Deletes all contacts. -
exit: Exits the app. -
enroll 1 c/CS2103T tut/T01: Enrolls the first student into CS2103T tutorial group T01. -
attend 1 c/CS2103T w/1: Marks the first student as attended for CS2103T in Week 1.
-
- For detailed information, head over to our documentation.
This project is a part of the se-education.org initiative. For more information, see the Address Book Product Website.
