26 lines
684 B
Markdown
26 lines
684 B
Markdown
# Intro
|
|
|
|
Panorama is a personal information manager.
|
|
|
|
- [rustdoc autogenerated API docs][1]
|
|
- [Github][3] ( [issues][4] )
|
|
- [Matrix chat #panorama:mozilla.org][5]
|
|
|
|
## 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.
|
|
|
|
[1]: https://pim.mzhang.io/api/panorama/
|
|
[2]: ./config.md
|
|
[3]: https://github.com/iptq/panorama
|
|
[4]: https://github.com/iptq/panorama/issues
|
|
[5]: https://matrix.to/#/!NSaHPfsflbEkjCZViX:mozilla.org?via=mozilla.org
|