blob: 666faf743cc6af3a12583072737325e798cb4bb8 (
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
|
Chaos Billing (cobill) - A CLI bill splitting tool
SYNOPSIS
cobill [--help | --version]
cobill <command> [<args>]
COMMANDS
add Add a new bill item
cat Output the content of bills
clear Clear all bill items
edit Edit bills using a text editor
ls List all bills or show optimized split result
EDITOR SHORTCUTS
vi Edit bills with vi
vim Edit bills with vim
nvim Edit bills with neovim
helix Edit bills with helix
nano Edit bills with nano
EXAMPLES
cobill add -p 100 -r "Dinner" -f Alice Bob
cobill ls --optimize
cobill edit
cobill clear
SEE ALSO
For detailed help, run `cobill --help`
|