Simon Michael

Results 1258 comments of Simon Michael

Thanks! hledger has several user interfaces, but now it's clear. I agree tag completion would be nice. Currently, tags are entered with `hledger add` as follows: after entering a transaction...

https://hledger.org/1.26/hledger.html#query-types says date:'s argument is a period expression with no report interval. I think you are proposing to allow report intervals there. Related: https://hledger.org/1.26/hledger.html#periods-or-dates- . Given current period expressions (https://hledger.org/1.26/hledger.html#period-expressions-with-a-report-interval)...

Thanks for the report. Strange, I can't reproduce locally with `hledger-web 1.26-ged1d08dc2-20220604, mac-aarch64`, or at https://demo.hledger.org with `hledger-web 1.21.99` (can't build a newer version there just at the moment). What...

PS if you have any older versions installed, it would be useful to check those too.

It's probably not worth the trouble of testing an old version, perhaps just keep looking for a repeatable reproducer.

That might be nice. Adding more keys to remember can be a trade-off. Do you know about page-up/page-down ?

Also, scrolling with mouse wheel/touchpad drag ?

I also envisioned a "jump to item"/"find in page" feature, like searching with `/` except instead of filtering it would jump to the next matching item..

I know you already updated this a bunch of times, but when you get time could you do it once more and I'll review and merge if possible. The hledger-lib/Text/WideString.hs...