CLI for calculating repayments
repay <<HERE
a 150
b 300
c 100 c a
HERE
c owes b 100.00
a owes b 50.00
Download from
https://github.com/ramn/repay/releases
or run cargo install repay
.
- Support semicolon as separator in addition to newline
- Support -h flag
- Support comments the way Bash does it, from #, skip the rest of the line.