Wojak is a desktop app for managing tasks, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Wojak can get your tasks management done faster than traditional GUI apps.
cd into the folder you put the jar in, and use the java -jar Wojak.jar
command to run the application. A GUI similar to the below should appear in a few seconds.

<> are compulsory in the commands.
todo <your input>Adds a todo into Wojak. Follow the example below and hit enter.
Format: todo <your input>
Examples:
todo homeworktodo many things i wantAdds a deadline into Wojak. Follow the example below and hit enter.
Format: deadline <some deadline> /by <iso-8601 compliant date>
Examples:
deadline some deadline /by 2024-10-01Adds an event into Wojak. Follow the example below and hit enter.
Format: event <some event> /from <iso-8601 compliant date> /to <iso-8601 compliant date>
Examples:
event some event /from 2024-10-01 /to 2024-10-22event some event /from 2025-10-01 /to 2024-10-22List everything in your todo lists. Follow the example below and hit enter.
Format: list
Examples:
listFind a task (todo, deadline, event) that matches the search string. Follow the example below and hit enter.
Format: find <search string>
Examples
find some eventfind homeworkMark a task (todo, deadline, event) as done. Follow the example below and hit enter
Format: mark <index of task>
mark 0.Examples
mark 1Unmark a task (todo, deadline, event) as undone. Follow the example below and hit enter
Format: unmark <index of task>
mark 0.Examples
unmark 1Delete a task (todo, deadline, event) from Wojak. Follow the example below and hit enter
Format: delete <index of task>
mark 0.Examples
delete 1To modify where Wojak can persist data to and find the DB,
go to config.txt and type in a name of the file. You need to have
read, write and execute permissions in the folder.
To exit the chatbot, type this command and press send
Format: bye
Examples
byeQ: How do I transfer my data to another Computer?
A: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the
data of your previous Wojak home folder (the db.txt).
todo this is my tododeadline some deadline /by 2024-10-01event some event /from 2024-10-01 /to 2024-10-22listfind deadlinemark 1unmark 1delete 1bye