~mendelmaleh/pfin

Personal finance tools
Change default config path
Add option to sort newest first in cmd/pfin

clone

read-only
https://git.sr.ht/~mendelmaleh/pfin
read/write
git@git.sr.ht:~mendelmaleh/pfin

You can also use your local clone with git send-email.

#pfin: personal finance tools

Collection of tools for parsing bank statements and csvs.

Go Documentation

#structure

  • pfin: base library, defines transaction and parser interfaces, parser loading utility like database/sql

  • pfin/util: Utils for directory parsing, filter flags, and formatting functions

  • pfin/parser: parser implementations

  • pfin/parser/util: common code for parsers

  • pfin/parser/all: metapackage to load all parser implementations

  • cmd/main: prints out all transactions, can filter by account/user and sums by user

  • cmd/unpaid: get a list of unpaid transactions for a user

  • cmd/status: wip, get an overview of the statements tree