Update README.md

This commit is contained in:
2025-04-08 17:38:49 +02:00
committed by GitHub
parent ea9d7f11d1
commit da607811c5

View File

@@ -1 +1,15 @@
# TODOs
# 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?