Skip to content

ashleyy2444/ip

 
 

Repository files navigation

YourManager

“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 👍
  • FAST SUPER FAST to use

All you need to do is,

  1. clone the repository using git clone (link)
  2. add your tasks
  3. let it manage your tasks for you 😄

And it is FREE!

Features:

  • 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);
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Shell 1.8%
  • Batchfile 1.3%