mbank-cli
mbank-cli copied to clipboard
history with comments
Hi, use case scenario: pay for few orders with payu, at the end of the month all these payments I see as "payu", so I need to search through my orders and compare date/price to find out whether I was paying for coffee, or computer hardware For my budget purposes I could use option to import/list comments added to transactions. Have you thought about it, or maybe can give some advice if I can find the time to look into code and work on that?
Oh, I see PR created for https://github.com/jwilk/mbank-cli/issues/84 is fetching json, that has comment field. so now I have only question if/when are you planning on merging it? :) I added optional flag --with-comment to history2019 and would be happy to create PR for that
I've added comments to history2019
(commit 4b0af5f3e403532924663bd2cda2464496344692).
At the moment there's no option for the feature; the comments will always show up if they exist.
something happend to the comments? I don't see them anymore
They show up for me just fine.
To clarify, the change I made only affects the normal history output.
For the --export
option, mbank-cli prints exactly what it received from the server.
This does not include comments at the moment.