1
0

Add README.md

This commit is contained in:
Akbar Rahman 2018-07-08 22:29:13 +01:00
parent d49115c421
commit 181dfddbdd
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# todo.txt as a Telegram bot
A bot to hold your todo.txt tasks
## commands
All commands require a preceding `/`.
- add - add a task
- rm - remove a task, requires task id
- ls - list tasks, use 'f[ilter]:FILTERTEXT' syntax to search
- do - complete a task, requires task id
- undo - undo a task, requires task id
- marco - responds 'polo', tests the bot it up
If no command is specified, it is assumed to be the add command.
## todo
- exporting all tasks
- favourite commands
- reminders for tasks with due dates
- use a real database instead of json files