feat: added actual-budget justfile

This commit is contained in:
Erik Grobecker 2025-04-13 00:42:11 +02:00
parent 3656643171
commit bf8337e23b
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
3 changed files with 7 additions and 0 deletions

1
actual-budget/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.csv

3
actual-budget/README.md Normal file
View file

@ -0,0 +1,3 @@
# Actual-budget justfile
Uses [xan](https://github.com/medialab/xan) for `csv` processing.

View file

@ -0,0 +1,3 @@
# show to histogram
histogram file:
xan hist -R -v Amount -l Notes {{file}} --cols 0.9 --name "Verlauf des Familienbudgets"