stderred icon indicating copy to clipboard operation
stderred copied to clipboard

stderr in red

Results 39 stderred issues
Sort by recently updated
recently updated
newest added

I love `stderred` and I used it for years but the fact that project seems to be unmaintained at this moment worries me. @sickill Maybe it would be a good...

Was curious about trying this out, but I am on an M1 mac and this tool does not appear to support arm. I'm not familiar enough with c/makefiles/anything going on...

putc is no longer macro since glibc 2.19 (in glibc Changlog.19 line 22622 Don't define getc or putc as macros.), someone should hook this function with exactly the same code...

### Issue Take a program like this, which writes an ANSI escape code to stderr, flushing the buffer after each character is written: ```py import sys; for c in "\033[;1mHi!\n":...

`stderred` seems to suffer of some sort of conflict with `gpg` command line utility: ```shell $ echo $LD_PRELOAD /usr/lib/libstderred.so $ gpg --version *** stack smashing detected ***: terminated fish: Job...

`tmux` (https://github.com/tmux/tmux/wiki) is a terminal multiplexer, like `screen`. It spawns its terminals with `argv[0]` prefixed with a '-', thus breaking `stderred`'s early return on `bash` encounter. This leads to normal...

## Feature request Add Alpine Linux support, has `musl_libc` instead of `glibc`. **OS :** "Alpine Linux v3.13" After `make` : ```bash mkdir build && cd build && cmake ../src &&...

Currently `stderr` and `STDERR_FILENO` is hardcoded everywhere in the source. It would be great if stderred could select which stream to color via environment variable. For example `export STDERRED_FD=1` to...

The DYLD_INSERT_LIBRARIES method won't work on binaries protected by SIP.

Amazing project. Just love it. Here a suggestion for a new feature: Make stdout text yellow if the the string starts with a user defined set of strings, like "warn"...