feat: added actual-budget justfile
This commit is contained in:
parent
3656643171
commit
bf8337e23b
3 changed files with 7 additions and 0 deletions
1
actual-budget/.gitignore
vendored
Normal file
1
actual-budget/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.csv
|
3
actual-budget/README.md
Normal file
3
actual-budget/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Actual-budget justfile
|
||||||
|
|
||||||
|
Uses [xan](https://github.com/medialab/xan) for `csv` processing.
|
3
actual-budget/actual.just
Normal file
3
actual-budget/actual.just
Normal 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"
|
Loading…
Add table
Reference in a new issue