Rude Duke is a rude chat bot AI to keep track of your tasks. Use at your own risk.
Shows a message on the list of commands
Format: help
Saves the data to the text file
Format: Bye
Display the current list of tasks
Format: list
Mark a task as done
Format: done <number>
To mark task 1 as done: done 1
Delete a task from your current list of tasks
Format: delete <number>
To delete task 1: delete 1
Find a task with a specific keyword from your current list of tasks. Rude Duke will return you a list of tasks containing that keyword.
Format: find <keyword>
To find all the tasks that contain the keyword “chores”: find chores
Snooze a task by a certain number of days. Rude Duke will snooze it by one day by default.
Format: snooze <number> <number of days(optional)>
To snooze task 1 by 2 days:
snooze 1 2
To add a new to do task to your current list
Format: todo <task message>
To add a new chore to do:
todo chores
To add a new event task to your current list with a timeframe
Format: event <task message> /<preposition> <yyyy-MM-dd HH:mm>
To add a new chore event:
event do chores /by 2020-08-08 12:00
To add a new event task to your current list by a certain timeframe
Format: deadline <task message> /<preposition> <yyyy-MM-dd HH:mm>
To add a new chore deadline:
deadline do chores /by 2020-08-08 12:00