Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

sigma-geosistemas/hubot-simple-tasks

Repository files navigation

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;