json-log-viewer
json-log-viewer copied to clipboard
feat: Signal "forwarding"
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?