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

show the full output on exit #1

Open
codekitchen opened this issue Nov 24, 2019 · 1 comment
Open

show the full output on exit #1

codekitchen opened this issue Nov 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@codekitchen
Copy link
Owner

codekitchen commented Nov 24, 2019

The original prototype of pipeline captured CTRL-C and showed the full command output on exiting. I think this is a nice touch, it makes it feel a bit more integrated with the parent shell.

I've punted for now because I'm not sure I like any of the options for making this happen.

@codekitchen codekitchen added the enhancement New feature or request label Nov 24, 2019
@codekitchen
Copy link
Owner Author

One option that would avoid having to cache the output anywhere -- add another key combination for exiting pipeline, maybe CTRL-D or something, and have that re-run the command one last time and display the full output while exiting. I wouldn't want to make this the default behavior on CTRL-C, re-running the command in that case feels too surprising I think.

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

No branches or pull requests

1 participant