termeter icon indicating copy to clipboard operation
termeter copied to clipboard

Visualize data in the terminal

Results 11 termeter issues
Sort by recently updated
recently updated
newest added

The first record of the first line was consumed twice (in the main function and in the update function) so the first line was not correctly plotted

On Ubuntu 18.04, in Tilix, sending Ctrl + C (`SIGINT`) does not do anything and the process continues running. I have to use the `kill` command to kill the process....

trying to do `./myprogram|awk 'dumponevaluehere'|termeter` and nothing plotted till myprogramm end. But executing `./myprogram|awk 'dumponevaluehere'` shown value of interest online...

hello, i added docker environment to have consistent build place which then i export binary to another hosts (since its static) you may use with ci/cd stuff (docker hub is...

We need to periodically run some command and add the output to the plot. ``` session-1 $ mkfifo /tmp/fifo session-1 $ echo "i\tx\ty" >> /tmp/fifo session-1 $ echo "1\t0\t3" >>...

This is really a brilliant piece of software, and when you need something like this a google search reveals *very few* options, gnuplot with `set terminal dumb` is the main...

Hi, I just discovered termeter and I find it a very useful tool. Question: I have a tsv file where I want to plot 3 columns as 3 cdfs. How...

Hi; I've never used go before, but termeter looks good enough that I'm making the effort. Getting it running was hard; I had assumptions that were not true. Here's how...