pipeline
pipeline copied to clipboard
This project looks great. Is there any chance of some binary releases, like [peco](https://github.com/peco/peco/releases) does?
Reproducible test case: $ yes | pipeline and wait a few seconds. It should only consume as much data from the input as needed to fill the screen. `less` does...
Ctrl-g is defined to send SIGQUIT which apparently is ignored. Worse though, Ctrl-\ is to send SIGABRT which normally should abort the process, also ignored. I can understand that Ctrl-c...
If pipeline is independently, not with data piped in, it becomes impossible to close with CTRL+C or the escape key. After killing the pipeline process from another terminal session the...
pipeline currently exits with error code 1 when it receives the WINCH signal (raised by the terminal being resized).