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/README.md

17 lines
395 B
Markdown
Raw Normal View History

2018-07-08 21:29:13 +00:00
# todo.txt as a Telegram bot
A bot to hold your todo.txt tasks
## commands
See [help.md](help.md)
2018-07-08 21:29:13 +00:00
## todo
- favourite commands
- reminders for tasks with due dates
- use a real database instead of json files
2018-07-08 21:30:44 +00:00
- multiple todo lists
- default filters
2018-07-11 19:28:05 +00:00
- ~~`Task` object generates new string on `__str__` method instead of relying on
accurate updating from functions~~
- ~~exporting all tasks~~
2018-07-11 19:28:05 +00:00