leo-arch / fnf

A simple fuzzy finder for the terminal
MIT License
20 stars 3 forks source link

feature: start fnf right away before stdin is completely read #1

Open angelacastaneda opened 6 months ago

angelacastaneda commented 6 months ago

I don't mind writing my own scripts and setting up aliases with fnf, but one thing I do miss from fzf is the instant processing of stdin with new lines being added as the last command is executing.

like the following:

find --a --really --long --query | fnf

fnf waits for find to completely finish to take in results, and that delay is annoying. Any chance we could get a feature to run as the stream is coming in?

leo-arch commented 6 months ago

Hi @angelacastaneda, and thanks for this suggestion. I'll take a look at it as soon as I can.

apprehensions commented 1 week ago

How difficult is it to implement input streaming in fnf?

leo-arch commented 1 week ago

Hi @apprehensions . Can't tell, cause I haven't tried. I will as soon as I have some spare time.