From 894e940d33013ea0662e0c65a258d8a90b4b77a0 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Tue, 27 Dec 2022 23:30:02 -0500 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b105eeb --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## Grocery list bot +Bot shows the list as buttons that can be clicked to mark the item as done + + +## TODO +1. Write doc, screenshots, video, gif +2. Done button for finish one list and start another +3. Show list contents when done +4. Show date time +5. Multiple lists for same chat +6. Sort button to move checked items to top +7. systemd socket activation +8. Add tests