Skip to content

kyueran/ip

 
 

Repository files navigation

Duke-Gerty

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

Duke-Gerty 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,

download it from here.

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

And it is FREE!

Features:

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

You should edit the file path in the main method to load your tasks from a custom file! Here's the main method:

public static void main(String[] args) {
    new Duke("data/tasks.txt").run();
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.3%
  • Shell 2.1%
  • Batchfile 1.6%