Skip to content

sile/funst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funst

funst Documentation Actions Status License: MIT

funst is a tiny command-line tool to calculate fundamental statistics of numbers given via the standard input.

$ seq 1 100 | funst
{
  "count": 100,
  "mean": 50.5,
  "stddev": 28.86607004772212,
  "min": 1.0,
  "median": 50.5,
  "max": 100.0
}

Installation

Precompiled binaries

Precompiled binaries for Linux and Windows are available in the releases page.

$ curl -L https://github.com/sile/funst/releases/download/${VERSION}/funst-${VERSION}.linux-amd64 -o funst
$ chmod +x funst
$ ./funst -h

Using Cargo

If you have already installed Cargo, you can install funst by executing the following command:

$ cargo install funst

About

A tiny command-line tool to calculate fundamental statistics of numbers given via the standard input

Topics

Resources

License

Stars

Watchers

Forks

Languages