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

Consider allowing C-c to exit before pipeline is finished #190

Open
casr opened this issue Jan 10, 2025 · 0 comments
Open

Consider allowing C-c to exit before pipeline is finished #190

casr opened this issue Jan 10, 2025 · 0 comments

Comments

@casr
Copy link
Contributor

casr commented Jan 10, 2025

If you do something like:

find / -type f | fzy

but realise at some point that's actually a lot of files to list and try to Ctrl-C, fzy absorbs the input. Once the lhs command finishes only then does the C-c get recognised and acted upon.

Another example that'll yield a similar result:

sleep 10 | fzy
# C-c

Please consider if C-c should tear down the pipeline and exit earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant