JuneKelly / moneycsv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moneycsv

A small utility to convert spending records to csv.

Example

Running...

$ cargo run -- --file=example.yaml

Outputs...

date;cost;description
2023-01-01;23.45;wine and sweets
2023-01-01;2.76;something nice
2023-01-02;78.00;toys
2023-01-03;5.19;groceries
2023-01-03;7.60;treats

About


Languages

Language:Rust 100.0%