json-log-viewer icon indicating copy to clipboard operation
json-log-viewer copied to clipboard

feat: Signal "forwarding"

Open kiesel opened this issue 1 year ago • 0 comments

I use jlv to inspect json structured logs when developing. Running the command as

$ some-command | jlv

When closing jlv by Ctrl-C, the first command still runs and needs to be closed with a second Ctrl-C. In contrast to this, when I pipe to cat, Ctrl-C ends cat and ends some-command.

Is there an option to close that forwards the signal to the command in the pipeline?

kiesel avatar Oct 22 '24 11:10 kiesel