termplot: Plot time series in your terminal using commands stdout

[ console, mit, program ] [ Propose Tags ]

Use unicode characters to plot fancy time series in real-time in your terminal.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.8 && <4.9), brick (>=0.2 && <0.3), data-default (>=0.5 && <0.6), optparse-applicative (>=0.12 && <0.13), process (>=1.2 && <1.3), split (>=0.2 && <0.3), time-units (>=1.0 && <1.1), transformers (>=0.4 && <0.5), unix (>=2.7 && <2.8), vty (>=5.4 && <5.5) [details]
License MIT
Copyright Copyright (c) 2015 Ricardo Catalinas Jiménez
Author Ricardo Catalinas Jiménez <r@untroubled.be>
Maintainer Ricardo Catalinas Jiménez <r@untroubled.be>
Category Console
Home page https://github.com/jimenezrick/termplot
Uploaded by jimenezrick at 2015-11-19T11:31:27Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables termplot
Downloads 888 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-11-19 [all 4 reports]

Readme for termplot-0.1.0.0

[back to package description]
Usage
-----
$ termplot                                         \
	up1:'uptime | awk "{ print \$8 }"'         \
	mem:'free | awk "/Mem:/ { print \$3 }"'    \
	wlan0:'iw dev wlan0 link | awk "/bitrate/ { print \$3 }"'

up1   0.0      ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
mem   150464.0 ▆▇▇██▇▇▇▆▇▇▆▆▆▅▆▆▅▅▅▅▅▇▇▆▅▅▅▄▃▄▂▂
wlan0 43.3     ▆▆▆▆▆▆▆▆▆▆█▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▄▄ ▄▆▆▄


+ Inspired by: https://github.com/holman/spark
+ Powered by the awesome library: https://hackage.haskell.org/package/brick