Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream input #22

Open
ggilder opened this issue Dec 22, 2014 · 1 comment
Open

Stream input #22

ggilder opened this issue Dec 22, 2014 · 1 comment

Comments

@ggilder
Copy link

ggilder commented Dec 22, 2014

pick must read its input entirely before the filtering interface becomes responsive. For an example, in a directory with a large number of entries (say > 150,000), compare find . -type f | pick, which will take at least seconds to become responsive, and find . -type f | less, which is immediately responsive. fzf is one example of a fuzzy finder that handles this well by searching over entries received so far and streaming in new entries as they match.

@ggilder ggilder mentioned this issue Dec 22, 2014
@calleluks calleluks changed the title [nice-to-have] Stream input Stream input Jan 19, 2015
@calleluks
Copy link
Collaborator

I like this idea, @ggilder. A PR is very welcome.

@ghost ghost mentioned this issue Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants