Welcome to your To-Do Bot! This is a n8n workflow integrated mattermost slash command to record your to-dos. 🚀 Below is the complete guide to all the bot commands, helping you manage your tasks efficiently.
/todo-add [Task Description]Example:
/todo-add Submit quarterly report
/todo-done [Task ID]Example:
/todo-done 3
/todo-delete [Task ID]Example:
/todo-delete 5
/todo-list-
Displays all tasks with their statuses, priorities, tags, and due dates.
-
Default to list all undone todos
-
use below to list all status todos
/todo-list all/todo-clear- Removes all tasks marked as done/completed.
/todo-priority [Task ID] [high/medium/low]Example:
/todo-priority 7 high
/todo-list priority:[high/medium/low]Example:
/todo-list priority:high
/todo-add [Task Description] due:[YYYY-MM-DD HH:mm]Example:
/todo-add Submit project proposal due:2023-10-25 14:00
/todo-due [Task ID] [YYYY-MM-DD HH:mm]Example:
/todo-due 4 2023-10-30 09:00
/todo-reminder [enable/disable]Example:
/todo-reminder enable
/todo-tag [Task ID] #[tag1] #[tag2]Example:
/todo-tag 6 #work #highpriority
/todo-list tag:[#tag_name]Example:
/todo-list tag:#work
/todo-tag remove [Task ID] #[tag_name]Example:
/todo-tag remove 6 #highpriority
-
Add a Task with Priority and Due Date:
/todo-add Complete presentation slides priority:high due:2023-10-20 16:00
-
Add Tags:
/todo-tag 3 #work #urgent -
View Tasks with Filters:
/todo-list priority:high tag:#urgent -
Mark as Done:
/todo-done 3
Now you're ready to organize your tasks like a pro! 🎉 Happy productivity! ☑️
