Go to file
Erik Winter d9fa441300 project overview doc 2021-05-11 06:45:17 +02:00
cmd run clenupo only when needed 2021-02-05 10:07:29 +01:00
doc project overview doc 2021-05-11 06:45:17 +02:00
internal/task fix overflow bug with adding months 2021-03-03 11:54:36 +01:00
pkg/mstore change timezone format of added messages 2021-02-01 14:28:46 +01:00
.gitignore version 0.1 2021-01-31 12:15:58 +01:00
LICENSE.txt license and readme 2021-03-09 07:25:56 +01:00
Makefile every n weeks recurrer 2021-02-03 07:27:22 +01:00
README.md text edit 2021-03-09 07:27:22 +01:00
go.mod message formatting and tests 2021-01-29 17:22:07 +01:00
go.sum message formatting and tests 2021-01-29 17:22:07 +01:00

README.md

GTE - Getting Things Email

I'll add some documentation later and will post about this project. But since there was some interest I already made the repository public.

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.