3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 20:22:39 +01:00
dbot/modules/todo
fluoridepsychosis 28d131be3a
Create README.md
2019-04-25 16:44:09 +01:00
..
config.json Initial commit of new todo list module 2018-11-02 16:21:51 -04:00
README.md Create README.md 2019-04-25 16:44:09 +01:00
strings.json Initial commit of new todo list module 2018-11-02 16:21:51 -04:00
todo.js Initial commit of new todo list module 2018-11-02 16:21:51 -04:00

Todo

Description

Adds a to-do list function, allowing adding, tracking and removing tasks.

Commands

todo

Lists active tasks.

todoadd [task]

Adds a new task to the list.

tododone [number of task]

Removes task from the list.