Spark: Sparklines in your shell

Hacker News Top Tools

Summary

A command-line tool called Spark that provides sparkline visualizations in the shell, authored by Jason A. Donenfeld.

No content available
Original Article
View Cached Full Text

Cached at: 08/30/26, 12:44 PM

# spark - ▁▂▃▅▂▇ in your shell. Source: [https://git.zx2c4.com/spark/about/](https://git.zx2c4.com/spark/about/) [![cgit logo](https://git.zx2c4.com/cgit.png)](http://www.zx2c4.com/)[index](https://git.zx2c4.com/):[spark](https://git.zx2c4.com/spark/)▁▂▃▅▂▇ in your shell\.Jason A\. Donenfeld[about](https://git.zx2c4.com/spark/about/)[summary](https://git.zx2c4.com/spark/)[refs](https://git.zx2c4.com/spark/refs/)[log](https://git.zx2c4.com/spark/log/)[tree](https://git.zx2c4.com/spark/tree/)[commit](https://git.zx2c4.com/spark/commit/)[diff](https://git.zx2c4.com/spark/diff/)[stats](https://git.zx2c4.com/spark/stats/)

Similar Articles

@ai_suxiaole: Numbers are never in short supply in the terminal. What's truly missing is a way to see trends at a glance. There's a small tool called chartli on GitHub that can directly render data from command-line output into charts. Whether it's server monitoring, log analysis, or script statistics, just one command can generate ASCII line charts, bar charts, heat maps, …

X AI KOLs Timeline

Introduces a command-line tool called chartli that can directly render numeric data from command-line output into ASCII charts (line charts, bar charts, heat maps, etc.), supports pipeline input, file reading, and multiple chart types, suitable for server monitoring, log analysis, etc.