Skip to main content
Clarify that this was written by the poster.
Source Link
Stephen Kitt
  • 481.4k
  • 60
  • 1.2k
  • 1.4k

Check outmy stderredstderred project. It uses LD_PRELOAD to hook to libc's write() calls, colorizing all stderr output going to a terminal. (In red by default.)

Check out stderred. It uses LD_PRELOAD to hook to libc's write() calls, colorizing all stderr output going to a terminal. (In red by default.)

Check my stderred project. It uses LD_PRELOAD to hook to libc's write() calls, colorizing all stderr output going to a terminal. (In red by default.)

Clarified, closer to the author's own words in the README on Github.
Source Link

You should checkCheck out stderredstderred. It's a shared library that hooks on glibcIt uses LD_PRELOAD to hook to libc's write() calls and adds escape codes if the target is stderr so the text comes out, colorizing all stderr output going to a terminal. (In red by default.)

You should check out stderred. It's a shared library that hooks on glibc write() calls and adds escape codes if the target is stderr so the text comes out red

Check out stderred. It uses LD_PRELOAD to hook to libc's write() calls, colorizing all stderr output going to a terminal. (In red by default.)

added 133 characters in body
Source Link
Michael Mrozek
  • 95.7k
  • 40
  • 245
  • 236

You should check out stderred: https://github.com/sickill/stderred. It's a shared library that hooks on glibc write() calls and adds escape codes if the target is stderr so the text comes out red

You should check out stderred: https://github.com/sickill/stderred

You should check out stderred. It's a shared library that hooks on glibc write() calls and adds escape codes if the target is stderr so the text comes out red

Source Link
ku1ik
  • 551
  • 4
  • 5
Loading