Nathan Craddock
Nathan Craddock
The way that `WorkspacesAddDir` works, it adds a directory that contains subdirectories that are all individual projects. I explained this on another issue in more detail, so look here if...
Hi @mizlan! This is something I have thought about from time to time. My personal use case for zf is usually within the scope of a single project, so I...
> Same! I was just curious I guess, it isn't a real problem for me almost ever in practice. In that case I'll keep this issue open, but wait and...
After thinking about this longer I'm on the fence. I don't personally need it, so I think I'll only add it if someone expresses interest.
@kovetskiy thanks for expressing interest! I've only thought about this feature for a day now, but I'm 95% certain I'll add it. I think I'll target the 0.9.0 release (0.8.0...
Thanks for the clarification. I think I will start with a percentage, then if it seems like a fixed width is also needed I'll add that. I thought about this...
If I'm understanding it correctly, I think `std.io.poll` introduced in 0.11.0 will be a good solution. https://github.com/ziglang/zig/pull/14744 So I will add previews once Zig 0.11.0 is released.
@mizlan there shouldn't be any performance impact of a disabled preview with the way I'm planning on adding preview. I also have some fuzzy plans to add multithreading to zf...
I just merged some commits that introduces an event loop to zf, so I'll start working on this feature in the next week or so!
Hi @Brixy! I think this is closely related to https://github.com/natecraddock/zf/issues/38 What you are seeing here is zf blocks until all of stdin has been read, while fzf immediately shows the...