Stephen Touset

Results 91 comments of Stephen Touset

I took a first swag at it but being unfamiliar with both codebases I ran into some hurdles. I'll keep poking at it but I suspect you'd be able to...

I took a look a few months back but I wasn't familiar enough with the code base to make much headway.

I would also like a feature like this. I would love to use `fzf` to do incremental search within a [kitty](https://sw.kovidgoyal.net/kitty/) terminal. I'm currently using ``` fzf --ansi --tac --no-sort...

That does help, but it still requires you to delete the query string which isn't ideal. Sometimes you might actually be looking for something that spans multiple lines, for example.

Additionally, a preview window doesn't really help in this case since the underlying is from STDIN and can't be regenerated. I *could* wrap the whole thing by writing to a...

Yeah, it appears zellij pauses for 1+ seconds before accepting keyboard input. This frequently causes me to lose several keystrokes.

Is it possible to *accept* STDIN from the user while this is happening, even if you can't respond until it's finished? That could simply be replayed to the terminal once...

I’m happy to add no_std support.

I'll commit a fix tomorrow morning. Thanks for the report and code!

"Tomorrow morning" was perhaps a bit ambitious. I hope you'll accept "Today Evening".