update README

This commit is contained in:
Erik Winter 2024-12-20 09:51:40 +01:00
parent a9b4d37bd0
commit aa318398d9
1 changed files with 10 additions and 1 deletions

View File

@ -2,5 +2,14 @@
Email based task management. Use your ordinary IMAP mailbox as a todo app from your terminal, webmail or a generic email app. Email based task management. Use your ordinary IMAP mailbox as a todo app from your terminal, webmail or a generic email app.
Documentation found in the `/doc` folder can also be read online at [https://go-mod.ewintr.nl/gte](https://code.ewintr.nl/gte) See the `/doc` folder for more information:
- [Introduction](doc/getting-things-email.adoc)
- [Basic flow](doc/basic-flow.adoc)
- [CLI tool](doc/cli.adoc)
- [Daemon](doc/daemon.adoc)
- [Mail format](doc/mail-format.adoc)
- [Mobile app](doc/mobile.adoc)