Personal life manager https://mzhang.io/panorama
Go to file
2021-02-16 15:33:36 -06:00
.github/workflows a 2021-02-16 15:33:36 -06:00
docs a 2021-02-16 15:33:36 -06:00
imap man 2021-02-15 05:07:48 -06:00
src a 2021-02-16 15:33:36 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock a 2021-02-16 15:33:36 -06:00
Cargo.toml a 2021-02-16 15:33:36 -06:00
Justfile start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
notes.md restructure configs 2021-02-14 17:49:54 -06:00
README.md restructure the config parsing so it can look for reloads 2021-02-14 06:11:17 -06:00

panorama

Panorama is a terminal Personal Information Manager (PIM).

Goals:

  • Never have to actually close the application.
  • Handles email, calendar, and address books using open standards.
  • Unified "feed" that any app can submit to.
  • Hot-reload on-disk config.
  • Submit notifications to gotify-shaped notification servers.

Credits

IMAP library modified from djc/tokio-imap, MIT licensed.

License: GPLv3 or later