Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1pkg/mbox-chart
A tool to analyze a busy email inbox visually by plotting aggregated email sender data.
https://github.com/1pkg/mbox-chart
chart email graph mbox plotting
Last synced: about 10 hours ago
JSON representation
A tool to analyze a busy email inbox visually by plotting aggregated email sender data.
- Host: GitHub
- URL: https://github.com/1pkg/mbox-chart
- Owner: 1pkg
- License: mit
- Created: 2023-12-29T06:12:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T21:29:11.000Z (7 months ago)
- Last Synced: 2024-04-24T22:31:22.202Z (7 months ago)
- Topics: chart, email, graph, mbox, plotting
- Language: Go
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Mbox Chart 📊
This tool will help with analyzing a busy email inbox visually by plotting aggregated email sender data into a bar chart. This tool is using [github.com/go-echarts/go-echarts](https://github.com/go-echarts/go-echarts).
![](chart.png)
## Usage
```bash
go install github.com/1pkg/mbox-chart@latest
mbox-chart ./path-to/email.mbox
```## Licence
Licensed under the MIT License.
See [LICENSE](LICENSE) for the full license text.