2021-02-16 21:33:36 +00:00
|
|
|
# Intro
|
|
|
|
|
|
|
|
Panorama is a personal information manager.
|
|
|
|
|
2021-03-09 01:18:34 +00:00
|
|
|
- [rustdoc autogenerated API docs][1]
|
2021-03-10 11:07:08 +00:00
|
|
|
- [Github][3] ( [issues][4] )
|
2021-03-09 01:18:34 +00:00
|
|
|
- [Matrix chat #panorama:mozilla.org][5]
|
2021-02-23 04:42:13 +00:00
|
|
|
|
2021-03-09 00:32:01 +00:00
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
Since panorama is still in active development, install from git master with
|
|
|
|
|
|
|
|
```
|
|
|
|
cargo install panorama --git https://github.com/iptq/panorama
|
|
|
|
```
|
|
|
|
|
|
|
|
Then, create a config file. The format along with examples can be found in
|
|
|
|
[this page of the manual][2].
|
|
|
|
|
|
|
|
That's it! Run `panorama` forever.
|
|
|
|
|
2021-02-24 12:50:27 +00:00
|
|
|
[1]: https://pim.mzhang.io/api/panorama/
|
2021-03-09 00:32:01 +00:00
|
|
|
[2]: ./config.md
|
2021-03-09 01:18:34 +00:00
|
|
|
[3]: https://github.com/iptq/panorama
|
|
|
|
[4]: https://github.com/iptq/panorama/issues
|
|
|
|
[5]: https://matrix.to/#/!NSaHPfsflbEkjCZViX:mozilla.org?via=mozilla.org
|