From da607811c5d8168fced96ae27af0832184029142 Mon Sep 17 00:00:00 2001 From: olinpin Date: Tue, 8 Apr 2025 17:38:49 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fba014..8811903 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# TODOs \ No newline at end of file +# TODOs +Repository to help me keep track of all TODOs I have across everything I'm working on. + +## Goals: +- Move away from my current habits of using Apple Reminders +- Have something that's accessible both from my phone and from a terminal (Maybe in the future as a vim extension?) +- Also would be nice to connect it to a slack/feature bot, so that I can access the TODOs on slack and can easily add messages from slack to it +- add a way to send you reminders? Slack notifications? Push notifications with app? + +## Implementation +- Make an API to keep track of all TODOs +- Authentication on the API +- Make a shell script to access TODOs from terminal +- TODOs should be stored as singular items, so should be able to parse them from the vim, because also should be able to edit with vim +- Try to make a good UI for it as well? To make it an actual web page?