Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etheryen/sum-bills

Sums all your bills kept in a file
https://github.com/etheryen/sum-bills

go golang rust rust-lang

Last synced: 20 days ago
JSON representation

Sums all your bills kept in a file

Awesome Lists containing this project

README

        

# sum-bills

Sums all your bills if you keep them in a file with this format:

```
Bills start:
3€ shopping
2.35€ soda
-9.25€ borrowed from mark
```

## Usage

### Go

```sh
go run cmd/main.go --header "Bills start:" --file ~/personal/finances/Bills.md
```

> Go version also prints out detected currency

### Rust

```sh
cargo run -- "Bills start:" ~/personal/finances/Bills.md
```