#stderr #stdout #pipe #log

app highlight-stderr

Run a command and highlight its stderr, preserving the order of stdout and stderr

3 releases (breaking)

0.3.0 Jul 17, 2023
0.2.1 Feb 7, 2020
0.2.0 Feb 5, 2020
0.1.0 Feb 4, 2020

#1097 in Command line utilities

MIT/Apache

14KB
66 lines

highlight-stderr

highlight-stderr runs a command and highlights the stderr of that command, while preserving the order of stdout and stderr. It sends both stdout and stderr of the command to its stdout, making it easy to pipe to a pager or similar.

Screenshot of highlight-stderr

By default, highlight-stderr will highlight stderr in bold red, and leave stdout normal. However, you can configure highlight-stderr using the environment variables HIGHLIGHT_STDERR and HIGHLIGHT_STDOUT, which can each contain a color specification in git's color specification format, such as bold white red.

highlight-stderr uses io-mux to capture the stdout and stderr of the command.

highlight-stderr only runs on Linux.

Dependencies

~2–12MB
~121K SLoC