jp

Create terminal plots from JSON data with simple, intuitive syntax

brewmacoslinux
Try with needOr install directly
Source

About

Dead simple terminal plots from JSON data

Commands

jp

Examples

Plot a simple line chart from JSON array of numbers$ echo '[1,2,3,5,8,13]' | jp
Create a bar chart from JSON object with named values$ echo '{"apple":10,"banana":15,"orange":8}' | jp --type bar
Plot time series data from JSON with labels$ cat data.json | jp --style line --title 'Sales Data'