Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.