Releases: HangZelin/ip
Releases · HangZelin/ip
Release list
Hyddd v0.2
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: 😉
- Click this link to download!
- Double-click to open it.
- Tell hyddd tasks to add.
- 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();
}Duke Beta
Duke
“You can do anything, but not everything.” – David Allen (source)
Duke frees you from worry of taking care of everything. You can ask Duke to help you remember things. It's
- Text-based!
- Easy to understand!
- Super Fast to use! 😁
All you need is: 😉
- Click this link to download!
- Double-click to open it.
- Tell Duke tasks to add.
- Let Duke 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 key word or time.
- Recognizing time for tasks (Not all format supported)
- Reminding users when ddl for certain task is approaching. (Coming soon)
If you Java programmer, you can use it to practice Java too. Here's the main method:
public static void main(String[] args) {
new Duke("data/tasks.txt").run();
}