Hello from
__ _ ____ _
/ \ | | | __| _____ ____ | |
/ /\ \ | | __| |__ | ___|/ __ \ | |
/ /__\ \ | ||__ __|| | / ____/ __| |
/ ______ \ | | | | | | \ \___ / _ |
/_/ \_\|_| |_| |_| \____|\____|
Butler Alfred is a desktop task management app that is optimised to be used via a Command Line Interface (CLI). It is suitable for people who are familiar with CLI and particularly benefits users who are able to type fast.
Thus, Butler Alfred can track and manage your tasks faster than traditional GUI apps.
Prerequisites: JDK 11, update Intellij to the most recent version.
- Open Intellij (if you are not in the welcome screen, click
File>Close Projectto close the existing project first) - Open the project into Intellij as follows:
- Click
Open. - Select the project directory, and click
OK. - If there are any further prompts, accept the defaults.
- Click
- Configure the project to use JDK 11 (not other versions) as explained in here.
- After that, locate the
src/main/java/Launcher.javafile, right-click it, and chooseRun Launcher.main(). If the setup is correct, the application window will appear.
