Improve help.md
This commit is contained in:
parent
b4e07d246a
commit
ad4d470d6a
32
help.md
32
help.md
@ -1,14 +1,24 @@
|
|||||||
# commands
|
# commands
|
||||||
|
|
||||||
- /add <task> - Add a new task
|
|
||||||
- /rm <task id> [id [id [id]...]] - Remove task(s)
|
|
||||||
- /ls [filters] - list all tasks
|
|
||||||
- /do <task id> [id [id [id]...]] - do task(s)
|
|
||||||
- /undo <task id> [id [id [id]...]] - undo task(s)
|
|
||||||
- /marco - test if bot is up
|
|
||||||
- /help - show help information
|
|
||||||
- /last - run the last command sent
|
|
||||||
- /export - send all tasks as plaintext
|
|
||||||
- /priority <priority> id [id [id [id]...]] - Set the priority of task(s)
|
|
||||||
|
|
||||||
Anything sent without a command is assumed to be a new task to be added
|
Anything sent without a command is assumed to be a new task to be added
|
||||||
|
|
||||||
|
## actions on tasks
|
||||||
|
- `/add <task-text>` - Add a new task
|
||||||
|
- `/do <task id> [id [id [id]...]]` - Do task(s)
|
||||||
|
- `/priority <priority> id [id [id [id]...]]` - Set the priority of task(s)
|
||||||
|
- `/rm <task id> [id [id [id]...]]` - Remove task(s)
|
||||||
|
- `/undo <task id> [id [id [id]...]]` - undo task(s)
|
||||||
|
|
||||||
|
## general
|
||||||
|
- `/export` - Send all tasks as plaintext
|
||||||
|
- `/help` - Show help information
|
||||||
|
- `/ls [filters]` - List tasks
|
||||||
|
- `/last` - Run the last command sent
|
||||||
|
- `/marco` - Test if bot is up
|
||||||
|
|
||||||
|
|
||||||
|
## /ls filters
|
||||||
|
- `f[ilter]:<text>` - Tasks must have this text in it
|
||||||
|
- `!f[ilter]:<text>` - Tasks must **not** have this text in it
|
||||||
|
- `:show-done` - Show and include done tasks
|
||||||
|
- `:only-done` - Show only done tasks
|
||||||
|
Reference in New Issue
Block a user