panorama/README.md

29 lines
673 B
Markdown
Raw Normal View History

2021-02-12 08:12:43 +00:00
panorama
========
2021-02-24 10:52:32 +00:00
[![](https://tokei.rs/b1/github/iptq/panorama?category=code)](https://github.com/XAMPPRocky/tokei)
2021-02-20 01:44:04 +00:00
2021-02-12 08:12:43 +00:00
Panorama is a terminal Personal Information Manager (PIM).
2021-02-22 07:37:19 +00:00
Status: **not done yet**
2021-02-12 08:12:43 +00:00
Goals:
- Never have to actually close the application.
2021-02-12 08:12:43 +00:00
- Handles email, calendar, and address books using open standards.
- Hot-reload on-disk config.
2021-02-21 14:23:51 +00:00
Stretch goals:
- Unified "feed" that any app can submit to.
2021-02-12 08:12:43 +00:00
- Submit notifications to gotify-shaped notification servers.
2021-02-23 00:21:12 +00:00
- JMAP implementation.
2021-02-21 14:23:51 +00:00
- RSS aggregator.
- IRC client??
2021-02-12 12:32:17 +00:00
Credits
-------
IMAP library modified from [djc/tokio-imap](https://github.com/djc/tokio-imap), MIT licensed.
2021-02-12 13:52:46 +00:00
License: GPLv3 or later