“You can do anything, but not everything.” – David Allen (source)
Duke Aemon Of Old 👑 has broken out of risen from the crypts centuries after centuries of peace. No one knows why. Having come to the castle to investigate this mystery, you realize Aemon has excellent memory. As you fish for clues, use Duke Aemon to:
- Jot down quick Todos
- Pen events with dates and duration
- Note important tasks with their deadlines
- Solve the puzzle of Aemon's return (Coming Soon!)
Run Duke by calling
Here is how you can talk to Aemon:
- Run Duke.java
- Write a task description following
todo
to save a Todo task - Write a task description and date with time (formatted as description/yyyy-MM-dd HH:mm) following
deadline
to store a Deadline-based task - Write a task description and date with start and end times (formatted as description/yyyy-MM-dd HH:mm HH:mm) following
event
to store an Event - Type
mark
followed by the task number to mark a task as complete. Alternatively, useunmark
instead to mark it as incomplete - Type in
find
followed by a keyword to see only the tasks containing the keyword - Type in
list
to see all your saved tasks!
Play around with the main method to call other functions of Aemon like echoAndExit
and learn more about your philosophical assistant born before Time.
public static void main(String[] args) {
Duke AemonT = new Duke();
AemonT.interact();
}
Why struggle with organizing a thousand tasks when you have a thousand-year-old friend in Aemon? With him, it is:
- EASY to plan your day
- SIMPLE to make changes
- FUN to live an organized life!