Skip to content

jaredtengsw/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Interface

About Butler Alfred

  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.

Setting up in Intellij

Prerequisites: JDK 11, update Intellij to the most recent version.

  1. Open Intellij (if you are not in the welcome screen, click File > Close Project to close the existing project first)
  2. Open the project into Intellij as follows:
    1. Click Open.
    2. Select the project directory, and click OK.
    3. If there are any further prompts, accept the defaults.
  3. Configure the project to use JDK 11 (not other versions) as explained in here.
  4. After that, locate the src/main/java/Launcher.java file, right-click it, and choose Run Launcher.main(). If the setup is correct, the application window will appear.

About

Butler Alfred, a CLI desktop app that manages your tasks for you and allows you to be up-to-date with a multitude tasks.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.3%
  • Shell 1.5%
  • Batchfile 1.1%
  • CSS 1.1%