Skip to content

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

Description

@casr

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions