🥕 Who owes how much to whom?
##Â Usage
Run task run path/to/your/grocery/ticket to start using yom.
You can create the binary:
go build -o bin/yom cmd/main.goThen run it by passing your grocery ticket's path
./bin/yom path/to/your/grocery/ticket- Improve parser to handle names and prices correctly
- Handle items shared by multiple users
- Parse quantity
- Handle cases when there's more than 3 people
This project is under MIT License.