Skip to content

lim-jt/ip

 
 

Repository files navigation

Dash

“Your mind is for having ideas, not holding them.” – David Allen (source)

Dash frees your mind of having to remember things you need to do. It's,

  • text-based
  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

  1. download it from here.
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you 😉

And it is FREE!

Features:

  • Managing tasks
  • Managing deadlines (coming soon)
  • Reminders (coming soon)

If you are a Java programmer, you can use it to practice Java too. Here's the main method:

public class Main {
    public static void main(String[] args) {
        Application.launch(MainApp.class, args);
    }
}

Getting Started

  1. Ensure you have Java 17 or above installed.
  2. Download the latest Dash.jar file here.
  3. Place the file into a folder of your choice.
  4. On a command terminal, navigate into the folder with the Dash.jar file and use java -jar Dash.jar to run the application.

You're now ready to use Dash! Click here for the user guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.0%
  • Shell 1.7%
  • Batchfile 1.3%