Commandline tool for plotting frequency ranked histograms of TSV/CSV data.
$ cargo install hist-cli
``` $ hist --help hist 0.3.1 Plots histogram of input
USAGE: hist [OPTIONS] [input]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -o, --output
ARGS: optional file with on entry per line [default: STDIN] ```
Just piping from stdin:
$ hist < data.tsv
$ open histogram.png # on MacOS, on Linux maybe display or eog