This is a simple tasks record bot named after my friend Aik Hsu. It is able to provide simple create-read-update-delete functionality through a GUI interface. The usage instructions are as follows:
Prerequisites: JDK 17
- Download the latest release (here)[https://github.com/zedonggg/ip/releases]
- Run using
java -jar Aikhsu.jar
Aikhsu provides support for 3 types of tasks using the specified command format as shown below:
- Todo tasks using the command
todo [name] - Deadline tasks using the command
deadline [name] /by [DD/MM/YYYY] [hh:mm] - Event tasks using the command
event [name] /from [DD/MM/YYYY] [hh:mm] /to [hh:mm]
Tasks are automatically saved to an Aikhsu.txt file in the same directory as the jar file.
Other helpful functions:
list: lists out current taskmark [number]: marks the specified task as doneunmark [number]: marks the specified task as not donebye: exits the programdelete [number]: deletes the specified taskfind [task]: searches for all tasks that matches the provided string task namefindbydate [DD/MM/YYYY]: lists all tasks on the given date
Enjoy!