Skip to content

benjaminpotter/rhisto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhisto

A command line utility for histogramification.

Usage

Usage: rhisto [OPTIONS] [INPUT] [OUTPUT]

Arguments:
  [INPUT]   The optional buffer to read data from
  [OUTPUT]  The optional path to write histogram data to

Options:
  -c, --column <COLUMN>      The column in the input buffer to read [default: 1]
  -d, --delim <DELIM>        The delimeting pattern used to separate columns in the input [default: ,]
  -s, --skip-header          Indicate whether the input data contains a header row
  -n, --num-bins <NUM_BINS>  The number of bins in the histogram [default: 10]
  -h, --help                 Print help
  -V, --version              Print version

About

A command line utility for histogramification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages