2 releases

0.1.2 Sep 27, 2020
0.1.1 Sep 27, 2020
0.1.0 Sep 26, 2020

#3 in #mul

Download history 10/week @ 2024-02-23 7/week @ 2024-03-01 42/week @ 2024-03-29 12/week @ 2024-04-05

54 downloads per month

MIT license

9KB
163 lines

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.

Dependencies

~2MB
~30K SLoC