repay

Crates.iorepay
lib.rsrepay
version0.3.0
sourcesrc
created_at2017-01-12 00:13:16.270912
updated_at2024-08-16 10:30:30.646648
descriptionCLI for calculating repayments
homepagehttps://github.com/ramn/repay
repositoryhttps://github.com/ramn/repay
max_upload_size
id8028
size26,943
Simon Andersson (ramn)

documentation

https://docs.rs/repay

README

Repay

crates.io Docs

CLI for calculating repayments

Example

repay <<HERE
a 150
b 300
c 100 c a
HERE
c owes b 100.00
a owes b 50.00

How to install

Download from https://github.com/ramn/repay/releases or run cargo install repay.

TODO

  • 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.
Commit count: 58

cargo fmt