datadash icon indicating copy to clipboard operation
datadash copied to clipboard

Visualize and graph data in the terminal

Results 5 datadash issues
Sort by recently updated
recently updated
newest added

Hi. Sorry I don't know how to build a Go project. I'm used to traditional Linux programs that use ./configure ; make ; make install The instructions here aren't very...

it always panic ``` $ seq 4000 | awk 'BEGIN{OFS="\t"; print "x","sin(x)","cos(x)", "rand(x)", "rand(x)", "rand(x)"}{x=$1/10; print x,sin(x),cos(x),rand(x),rand(x),rand(x); system("sleep 0.02")}' | ./datadash ``` ``` $ seq 4000 | awk 'BEGIN{OFS="\t"; print...

I'm piping in data that's across three columns and I would like to see all three plotted out, but even if I specify `-m time` to use time as the...

Closes https://github.com/keithknott26/datadash/issues/2

(Sorry in advance for being a bit slow and probably noisy :) As I understand, when `datadash` gets the new data from STDIN, it draws a new graph and adds...