KleeBot is a lightweight, cute, and snappy task management app for your daily needs!!! You can run it either as a CLI program or via the JavaFX GUI!! <3
All commands are typed (in CLI) or invoked in the GUI input box. Note that commands are case-sensitive, as Klee is still learning rapidly from you and its userbase! >-<
Add a deadline task with a due date.
Example: deadline submit report /by 2025-10-01
Output:
Add an Event task with a start and end date.
Example: event meeting /from 2pm Monday /to 4pm Tuesday
Output:
Add a ToDo task with no additional details
Example: todo sleep
Output:
Update a task’s priority at an index to a different value.
Example: `setPriority 1 50”
Output:
Show all tasks with indices and statuses.
Example output:
Usage: mark <task_number>
Marks a task as done.
Usage: delete <task_number>
Deletes a task from the list.
Usage: find <keyword>
Find tasks that contain a keyword in their descriptions.
Usage: echo <text>
Echoes back the text. Useful to test the bot.
Exits the program….