Flora is a desktop chatbot that helps you track your tasks. Type commands into the chat box and Flora will respond.
| Symbol | Type | Has dates? |
|---|---|---|
[T] |
Todo | No |
[D] |
Deadline | Due date |
[E] |
Event | Start date and end date |
A [X] in the second bracket means the task is done; [ ] means it isn't.
todo <description>
todo Read textbook
deadline <description> /by <date>
deadline Submit assignment /by 28/2/2026
deadline Submit assignment /by 28/2/2026 23:59
deadline Submit assignment /by tomorrow
Date shortcuts: today, tonight, tomorrow, next week, next month
Date format: d/M/yyyy or d/M/yyyy H:mm
event <description> /from <start> /to <end>
event Team meeting /from 20/2/2026 14:00 /to 20/2/2026 15:00
Date format: d/M/yyyy or d/M/yyyy H:mm
list
mark <index>
unmark <index>
mark 2
unmark 2
find <keyword>
find assignment
Returns all tasks whose description contains the keyword.
edit <index> [/desc <new description>] [/by <new due>] [/from <new start>] [/to <new end>]
Provide only the fields you want to change. At least one field is required.
edit 3 /desc Submit final report
edit 3 /by next week
edit 4 /from 21/2/2026 9:00 /to 21/2/2026 10:00
/byapplies to deadlines only;/fromand/toapply to events only.
delete <index>
delete 1
help
Displays a guide of all available commands.
bye
- Tasks are saved automatically after every command and reloaded when Flora starts.
- Task indexes are based on the order shown by
list.
