Skip to content

reignnz/ip

 
 

Repository files navigation

DukeBot

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

DukeBot allows you to manage your daily tasks easily yet efficiently. It is:

  • Text-based
  • Easy to learn
  • 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
  • Reminders (coming soon)

If you 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(DukeGui.class, args);
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Shell 1.8%
  • Batchfile 1.3%