"10/10 app - a loyal fan"
ByteBuddy frees your mind of having to remember things you need to do. It's,
- text-based
- Easy to learn
- SUPER FAST to use
All you need to do is,
- download it from here
- double-click it.
- add your tasks.
- let it manage your tasks for you 🤫
And it is FREE!
Functionalities:
- Managing tasks
- Managing deadlines
- Reminders (coming soon)
How to use:
- Open Intellij (if you are not in the welcome screen, click
File
>Close Project
to close the existing project first) - Open the project into IntelliJ as follows:
- Click
Open
. - Select the project directory, and click
OK
. - If there are any more prompts, please feel free to accept the defaults.
- Click
- Configure the project to use JDK 11 (not other versions) as explained in here.
In the same dialogue, set the Project language level field to theSDK default
option. - After that, locate the
src/main/java/gui/Launcher.java
file, right-click it, and chooseRun Launcher.main()
(if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see a GUI that allows you to use ByteBuddy!
-
Creating a Todo Task:
- Format:
todo [task]
- Description: Create a new todo task using this command.
- Example:
todo Complete project proposal
- Format:
-
Creating an Event Task:
- Format:
event [task] /from [date] /to [date]
- Description: This command allows you to create an event task with specified start and end dates.
- Example:
event Team meeting /from 2024-02-15 /to 2024-02-15
- Format:
-
Creating a Deadline Task:
- Format:
deadline [task] /by [date]
- Description: Use this command to create a task with a specific deadline.
- Example:
deadline Submit report /by 2024-02-28
- Format:
-
Marking a Task as Done:
- Format:
mark [task index]
- Description: Marks the task at the specified index as done.
- Example:
mark 1
(Marks the task at index 1 as done)
- Format:
-
Unmarking a Task:
- Format:
unmark [task index]
- Description: Reverts the completion status of the task at the specified index to undone.
- Example:
unmark 1
(Marks the task at index 1 as not done)
- Format:
-
Deleting a Task:
- Format:
delete [task index]
- Description: Deletes the task at the specified index from the task list.
- Example:
delete 1
(Deletes the task at index 1)
- Format:
-
Listing All Tasks:
- Format:
list
- Description: Displays all tasks in the task list.
- Example:
list
- Format:
- Searching for Tasks:
- Format:
find [keyword1] OR find [keyword1], [keyword2] ...
- Description: Search for tasks containing the specified keyword(s).
- Example:
find project
(Finds tasks related to "project")
- Format:
- Exiting Bytebuddy Bot:
- Format:
bye
- Description: Use this command to exit Bytebuddy Bot and end the session.
- Example:
bye
- Format: