"aikennut dewit" - Prof Daron Tan (source)
DukeTasks frees your mind of having to remember things you need to do. It's,
- CLI based
- easy to use
FASTgood speed👍
All you need to do is:
- Download it from here.
- Double click it
- Add your tasks
- Let is remember them for you 😎
And it is free!
Features:
- Managing tasks
- Managing deadlines(coming soon)
- Managing 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(MainApp.class, args);
}
}