“Your mind is for having ideas, not holding them.” – David Allen (source)
DukePro frees your mind of having to remember things you need to do. It's,
- text-based
- easy to learn
FASTSUPER FAST to use
- download it from here.
- double-click it.
- add your tasks.
- let it manage your tasks for you
And it is FREE!
- Managing tasks
- Managing deadlines
- Reminders
public class Duke {
public static void main(String[] args) {
new Duke("./data/duke.txt").run();
}
}