Go to file
Erik Winter bbf594f37d refactor today to function 2022-06-06 11:07:03 +02:00
cmd refactor today to function 2022-06-06 11:07:03 +02:00
doc basic flow doc 2022-02-24 06:25:05 +01:00
internal refactor today to function 2022-06-06 11:07:03 +02:00
pkg moved imap folder prefix to imap config 2021-09-22 07:11:05 +02:00
.gitignore local client with sync and today 2021-07-08 18:23:06 +02:00
LICENSE.txt license and readme 2021-03-09 07:25:56 +01:00
Makefile move service to blok server 2022-04-01 10:16:35 +02:00
README.md text edit 2021-03-09 07:27:22 +01:00
go.mod moved module 2021-09-19 11:59:26 +02:00
go.sum moved module 2021-09-19 11:59:26 +02: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.