1
0
This repository has been archived on 2021-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
todo.txt_telegram/help.md

15 lines
509 B
Markdown
Raw Normal View History

2018-08-09 19:05:17 +00:00
# commands
- /add <task> - Add a new task
- /rm <task id> [id [id [id]...]] - Remove task(s)
2018-08-19 13:29:37 +00:00
- /ls [filters] - list all tasks
2018-08-09 19:05:17 +00:00
- /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)
2018-08-09 19:05:17 +00:00
Anything sent without a command is assumed to be a new task to be added