update readme

This commit is contained in:
Erik Winter 2022-06-15 11:14:01 +02:00
parent 03252488cf
commit e1ab875094
1 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# GTE - Getting Things Email
# Getting Things Email
Email based task management. Use your ordinary IMAP mailbox as a todo app from your terminal, webmail or an generic email app.
_I'll add some documentation later and will post about this project. But since there was some interest I already made the repository public._
The canonical version of this repository can be found at [https://git.ewintr.nl/gte](https://git.ewintr.nl/gte)
A todo-app/task management system based on IMAP. That is, all the tasks are stored as emails. Basically, I got fed up with the million todo-apps that are already out there, because exactly zero of them can meet the (I think) reasonable requirement that I can use it with clients that are native to my devices. If you work in the terminal and you have a phone that does not run Android or iOS, then… nothing is available. And that is just the first requirement I have.
So the idea is to have something that runs on email, because email is supported on every platform and I can immediately use it from everywhere and later, if I want to, I can build dedicated clients on top of that. But it already works terrific for me, so maybe Ill never get to that last part.
Documentation found in the `/doc` folder can also be read online at [https://ewintr.nl/gte](https://ewintr.nl/gte)