hubot-simple-tasks
v0.0.7
Published
Hubot script to create tasks in hubot-brain
Downloads
5
Maintainers
Readme
hubot-simple-tasks
Warning
This is a simple hubot tasks module. This is my first time writing a hubot module or a node module.
There are mistakes and there are better ways to to things.
This needs to be refactored, I know.
Requires
- hubot-redis-brain;
Usage
- hubot task me - creates a new task for you;
- hubot task @user - creates a new task for @user;
- hubot task list - list all the pending tasks for you;
- hubot task list done - list all the done tasks for you;
- hubot task list @user - list all the pending tasks for @user;
- hubot task list done @user - list all the done tasks for @user;
- hubot task did - mark task at as done;
- hubot task did all - mark all tasks as done;
- hubot task clear - delete all done tasks for you;