Fabian Winter
Fabian Winter
> You can install a specific commit, for example: > > ``` > pip install git+https://github.com/andreasgerstmayr/fava-portfolio-returns.git@709e66b97a21d83e3cb8c6750c6ebacc6d40d251 > ``` I do that already, but commits happen kinda often (at least more...
Thank you, that seems to work. However, that also means I need to add quotes to all of my valid beancount files. As I use the same string also for...
I don't think that can be configured yet, no. So if you want, feel free to add a `--keybinding-recent` parameter and open a PR 🙂
I had another look and I couldn't see a straightforward implementation. However, it should be enough to set `-kb-custom-1` (up until `-kb-custom-10`) in the `--selector-args`, as it's only the keys...
Hey, thank you. Could you use your patch to open a PR? That would be easier to review and merge than the patch.
So, I finally have time to add this, but I can't find the code your note refers to. Where exactly do you call `.replace("\x00", " \x00")`? And isn't `/x00` only...
Alright, I figured it out. Thanks for the work! 🙂 Do you want to mentioned as co-author for the commit?
I take that as a "no".
Does your rofi theme support icons?
Can you please share your rofi theme? It works for me with ``` configuration { show-icons: true; } ``` You can also try to use the provided `grid-icons-only.rasi` with `--use-icons...