Friday is a personal task manager to manages todos, deadlines and events. Type these commands into the interface to use the chatbot.
- Add a todo:
todo [description] eg. todo read book
- Add a deadline:
deadline [description] /by [time] eg. deadline return book /by January
- Add an event:
event [description] /from [start time] /to [end time] eg. event project meeting /from 2025-03-12 /to 2025-03-15
- List all tasks:
list
- Mark a task as done:
mark [task number] eg. mark 1
- Unmark a task:
unmark [task number] eg. unmark 4
- Delete a task:
delete [task number] eg. delete 2
- Find certain tasks using a keyword:
find [keyword] eg. find book This will list all tasks with "book" in the description.
- Close the program:
bye