Files
Ideas/projects/other/better-financial-report.md
2026-05-15 02:50:13 +02:00

606 B

Better Financial Report

Example to generate part of the sankey diagram

docker run -it -v $(pwd):/mnt/test nixos/nix bash /mnt/test/run.sh with: run.sh:

set -e

nix-channel --update
nix-env -i nodejs


npx --yes firefly-iii-sankey -u https://firefly.lol3r.com -t {TOKEN} -f sankeymatic -p 2026-05 --with-accounts

References