mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-07 15:41:35 +01:00
Instead merge continuous regions of colored output. This way different shell implementations shouldn't make a difference.
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
>STDERR>example_err: error: message: Cannot allocate memory
|
|
<STDERR<exit code: 0
|
|
>STDERR>example_err: error: message: Cannot allocate memory
|
|
<STDERR<exit code: 1
|
|
>STDERR>example_err: error: message
|
|
<STDERR<exit code: 0
|
|
>STDERR>example_err: error: message
|
|
<STDERR<exit code: 1
|
|
>STDERR>example_err: warning: message: Cannot allocate memory
|
|
example_err: warning: message
|
|
<STDERR<
|