zamlz

Results 22 comments of zamlz

I also agree that having the `-` hyphen availabe. To add to this, I noticed that you can't use hyphens when you just want to remove a single tag. ```...

Currently tags can also be removed with `:tagName`. I proposed a workaround but I'm not sure if its any good in issue #175

Maybe we can have the operation under quotes. Like we can use `'-tagName'`. I don't think the python argparse library would recognize that as argument and it's still intuitive I...

Oh I was not aware of this. However, the journal file itself will still have the the unexpanded for right? I guess that's fine for my purposes. Thanks, I'll try...

oh wow, so the few times ledger and hledger break compatibility is with this issue. Interesting, I originally started with hledger so maybe thats why I remember this not being...

Okay lets take a look at this example real quick. ``` 2020-06-18 Bought some food at place A liabilities:credit-card $-44.67 assets:reimbursements:friend (($12.75/30.50)*44.67) expenses:food:takeout ((($12.75+(2.0*2.50))/30.50)*44.67) ``` Firstly, the second expression doesn't...

I want to add to this that maybe having inline completion benefits ledger users too, not just hledger. I've been spliting bills with people and over the weeks and have...

Yeah I get that. But its weird when I look at the reg report and then tell my friend he owes me this much (from assets:reimbursements:friend1) and eventually after many...

Okay so wait? setting it to `false` lets me use pinentry-curses when I create commits! Unfortunately, it does work when pushing to the repo. Probably because it's technically coming through...

@stefanhaller thank you for your work on this! I can't wait to try it! Do you have an eta on when will the next release be available? No worries, if...