“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,
- download it from here
- double-click it.
- add your tasks.
- 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);
}
}