mathcli

Crates.iomathcli
lib.rsmathcli
version0.1.2
sourcesrc
created_at2020-09-26 23:52:50.398908
updated_at2020-09-27 00:04:56.102354
descriptionSimple math for the cli
homepage
repository
max_upload_size
id293274
size18,871
Mike Alvarino (michaelAlvarino)

documentation

README

mathcli

Have you ever been grapping logs, and gotten it down to a stream of numbers, and wished you could sum all those numbers? Now you can!

Alternatives are ugly: https://stackoverflow.com/questions/450799/shell-command-to-sum-integers-one-per-line

And this is simple!

$ printf '2\n3\n\n' | mathcli mul
$ 6

Install

  1. Install cargo: https://doc.rust-lang.org/cargo/getting-started/installation.html
  2. cargo install mathcli

Contributing

Feel free to make a CR at https://github.com/michaelAlvarino/mathcli.

Commit count: 0

cargo fmt