Skip to content

Hyddd v0.2

Latest

Choose a tag to compare

@HangZelin HangZelin released this 17 Sep 17:08
fb647df

Hyddd Chatbot

“You can do anything, but not everything.” – David Allen (source)

Hyddd Chatbot frees you from the worry of taking care of everything. You can ask hyddd to help you remember things. It's

  • Text-based!
  • Easy to understand!
  • Super Fast to use! 😁

All you need is: 😉

  1. Click this link to download!
  2. Double-click to open it.
  3. Tell hyddd tasks to add.
  4. Let hyddd manage your tasks for you!

It is FREE to use!!!

Features:

  • Managing tasks: deadline, event, todo.
  • Marking finished tasks.
  • Deleting certain tasks.
  • Searching certain tasks by keyword of time or taskInfo.

If you Java programmer, you can use it to practice Java too. Here's the main method:

    public static void main(String[] args) {
        new hyddd("data/tasks.txt").run();
    }