Julian Hauser

Results 229 comments of Julian Hauser

Btw, will it allow searching for example tags in particular? And will in allow searching tags even if I disable having them visible in the interface (because of the single...

I just noticed an issue: When there are multiple attached items, pressing enter in the fzf picker opens a second picker (which is great). However, the newline character between entries...

Great, works perfectly now! Some other things I noticed: - The ctrl+foo things don't work for me. They only launch once I close the fzf picker. - Jinja2 formatter doesn't...

My bad! Didn't read carefully enough and thought that the existing `header-format` was used. With `fzf-header-format` it does indeed work! What doesn't work, however, is markup. Color tags (e.g. `foo`)...

Oh thanks, I somehow thought these were part of jinja2 and not prompt-toolkit. It now works! I think it's quite well explained in the documentation. The only confusing thing is...

If I'm not mistaken (and I might very well be!), it's not fzf that stdouts the echo commands only when it completes but popen that only reads them then. So,...

I just tried the colorama colours, but they don't seem to work with jinja2. The codes just turn up as text in the fzf picker. Am I doing something wrong...

Oh, my bad. I put the colorama tags outside brackets just like the escape codes. Clearly I don't really know how jinja2 parsing works. Thanks, works perfectly now! Great, papis...

I just saw your new alternative config for fzf -- I really like it! I think there might be a small mistake in it, at least for me it only...