Ultron is a desktop app for managing internships, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Ultron can streamline your internship management.
Prerequisites: Java 11 or above
- Download the latest version of Ultron from our release page
- Copy the file to the folder you want to use as the home folder for your Ultron app.
- Run the command
java -jar ultron.jar
in the terminal to start the app.
Listed below are the available commands in Ultron.
Command | Format, Examples |
---|---|
To be added soon | To be added soon |
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.