Change default config path
Add option to sort newest first in cmd/pfin
Fix parser/bofa amount parsing
Add capitalone/checking parser
Switch to csvutil, output all transactions if no -unpaid flag, make it work without csv header
Implement tx.Card() for chase
Business cards only
Track debit and credits separately (cmd/status)
Sort by bank in cmd/status
Add cmd/statements
Given an account name, prints every statement and it's running balance
Add account total in cmd/status
Add UnmarshalJSON to util dates
Update go.mod, go version, cosmetics
Add Amount.String(), DateISO.String()