Struggling to keep your life organised? JeoBot is the right tool for you!
JeoBot keeps you worry-free by keeping track of the things you need to do.
- Text-based
- User-friendly
- Convenient
FASTBREAKNECK FAST to use- What's more, it is FREE!
- Download the latest JAR release file from here.
- Open your terminal.
- Navigate to the directory where you saved the JAR file.
- Type java -jar “jeo_v0.3.jar”. It should start running.
- Add your tasks.
- Let it manage your tasks for you 😉
- Managing different tasks (ToDo, Deadline, Event)
- Finding tasks based on keyword or due date
- Adding tags for customisation
- GUI support provided
- Reminders (coming soon)
If you are a Java programmer, you may use it to practise Java too! Here's the main method:
public class Launcher {
public static void main(String[] args) {
Application.launch(Main.class, args);
}
}
What are you waiting for? Download it already!