“Your mind is for having ideas, not holding them.” – David Allen (source)
YourManager frees your mind of having to remember things you need to do. It's,
- text-based
- easy to learn 👍
FASTSUPER FAST to use
All you need to do is,
- clone the repository using
git clone
(link) - add your tasks
- let it manage your tasks for you 😄
And it is FREE!
- Managing tasks
- Managing deadlines
- Managing events
- Reminders (coming soon)
If you are a 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);
}
}