MoritzR / fints2ledger

A tool for downloading transactions from FinTS banking APIs and sorting them into a ledger journal
MIT License
26 stars 8 forks source link

Config file location #2

Closed varac closed 4 years ago

varac commented 4 years ago

Please support a permanent config file location, ideally under ~/.config/fints2ledger. Right now, fints2ledger creates a config.yml in every directory it's called.

MoritzR commented 4 years ago

This is a good idea! I will have a look at it

MoritzR commented 4 years ago

There is a new 0.5 version available https://pypi.org/project/fints2ledger/ The config files are now stored at ~/.config/fints2ledger by default.

journal.ledger and transactions.csv are still stored in the current directory you run the command in, but you can use command line arguments to overwrite these defaults.

Can you check that this works for you?

varac commented 4 years ago

Ok, I'll give it a try. Btw, could you maybe git tag releases so it's transparent which commits end up in a pypi release ? Thanks !

varac commented 4 years ago

Works, thx !