Re: New tool: Tax loss harvester for beancount

2020-03-26 Thread Martin Blais
Done, thx On Tue, Mar 17, 2020 at 3:06 AM Red S wrote: > Hello Martin, > I've combined both the beancount command line client and fava extension > into https://github.com/redstreet/fava_tax_loss_harvester. It'd be great > if you could point to that repo in the contributions doc. Thanks! > > On

Re: New tool: Tax loss harvester for beancount

2020-03-17 Thread Red S
Hello Martin, I've combined both the beancount command line client and fava extension into https://github.com/redstreet/fava_tax_loss_harvester. It'd be great if you could point to that repo in the contributions doc. Thanks! On Tuesday, March 10, 2020 at 11:35:44 PM UTC-7, Red S wrote: > > Thank

Re: New tool: Tax loss harvester for beancount

2020-03-10 Thread Red S
Thanks Martin! In case you're collecting fava extensions as well, here is the corresponding TLH fava extension: https://github.com/redstreet/fava_tax_loss_harvester I find the fava extension most useful and plan to maintain it. 'm not yet sure if I'll maintain the command line tool, in addition

Re: New tool: Tax loss harvester for beancount

2020-03-09 Thread Justus Pendleton
On Tuesday, March 10, 2020 at 8:30:06 AM UTC+7, Red S wrote: > Meanwhile, I'm working on a fava plugin version. I'm considering > continuing further development only on the fava version, given it's > additional effort to maintain both. Curious: do you use fava, and would you > prefer having thi

Re: New tool: Tax loss harvester for beancount

2020-03-09 Thread Red S
I just shared my fava extension that takes care of most of these. Let me know if you use fava. Detail: > * It requires argcomplete & tabulate; you might want to mention that in the github README. Will add. > * You only show the leaf part of the account name. That's understandable but in my h

Re: New tool: Tax loss harvester for beancount

2020-03-09 Thread Red S
Great feedback, thanks! Fixes for all your points coming very soon. Meanwhile, I'm working on a fava plugin version. I'm considering continuing further development only on the fava version, given it's additional effort to maintain both. Curious: do you use fava, and would you prefer having this

Re: New tool: Tax loss harvester for beancount

2020-03-09 Thread Justus Pendleton
On Sunday, March 8, 2020 at 7:54:03 AM UTC+7, Red S wrote: > > I cleaned up a tool I've been using to find opportunities to do tax loss > harvesting from my beancount file, and am sharing it here > . > Nice work! I have a similar script

Re: New tool: Tax loss harvester for beancount

2020-03-07 Thread Martin Blais
Thank you for sharing RedS! I've added a link to the contributions doc. On Sat, Mar 7, 2020 at 7:54 PM Red S wrote: > I cleaned up a tool I've been using to find opportunities to do tax loss > harvesting from my beancount file, and am sharing it here >