Slave is your very own chatbot to help you remember tasks that you have to do, albeit doing so very unwillingly.
- Ensure you have Java
17or above installed in your computer. - Download the
.jarfile from Release v0.2. - Run the
.jarfile.
- Todos
- Deadlines (With an end date)
- Events (With a start and end date)
NEVERDAILYWEEKLYBIMONTHLYMONTHLYQUARTERLYBIANNUALLYANNUALLY
todo NAME- Creates a Todo with a nameNAME.deadline NAME /by DATE- Creates a Deadline with a nameNAMEand a deadlineDATE.event NAME /from DATE1 /to DATE2- Creates an Event with a nameNAMEfromDATE1toDATE2.
The above commands sets the recurring frequency to NEVER by default.
You can specify the recurring frequency of the task by adding the /rec FREQ after the commands above to create a task with a recuring frequency of FREQ.
list- Prints all tasks currently stored in the task list.schedule DATE- Prints all recurring tasks that have not ended on the dateDATE.find SUBSTRING- Prints all tasks with names containing the wordSUBSTRING.
mark INDEX- Marks the task as complete.unmark INDEX- Marks the task as incomplete.delete INDEX- Deletes theINDEXth task on the list.clear- Deletes all tasks in the list.
bye- Closes the application after 3s.