aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f0f729ed3ad0d60a7960279c2d54464ab9132d82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Chaos Billing

A command-line bill splitting tool

## Installation
```bash
cargo install --path .
```

## Usage
```bash
# Add a bill
cobill add Alice --paid 20 --for Alice Bob --reason Food

# List bills
cobill ls

# Optimize splits
cobill ls --optimize

# Edit
cobill edit # or `cobill vi/vim/nvim/helix/nano`

# Clear
cobill clear
```

## License
This project uses the [WTFPL](./LICENSE)