/budget

Primary LanguageRust

Budget Manager CLI

budget.toml file

# This is cost example
[[payments]]
label = "Scaleway"
amount = -35.0
date = "2024-01-08"
recurence = "monthly"

# This is an income example
[[payments]]
label = "Rent"
amount = 2000.0
date = "2024-01-08"
recurence = { number_of_months = 1 }

Commands

Show

bdg show budget.toml