"Time is money, after all. The more you get done, the more you'll earn!" - Tom Nook
Tom Nook, the seasoned manager of Animal Crossing islands, has now turned his attention to assisting you with managing your tasks in the Nook app. With his expertise and guidance, you can tackle your to-do list with ease and efficiency.
Nook is an app that helps you manage your time. It's,
- text-based
- easy to use
FASTSUPER FAST to use
- Download the JAR file from here
- Double-click it
- Refer to this User Guide for the commands
- Let Tom Nook handle the rest! 😎
- List all your tasks
- Manage Todos, Deadlines and Events
- Set Priorities for your Tasks
Here's a preview of the main method:
// For GUI
public static void main(String[] args) {
Application.launch(Main.class, args);
}
// For CLI
public static void main(String[] args) {
new TomNook(PATH).run();
}