pluggable-output-processor icon indicating copy to clipboard operation
pluggable-output-processor copied to clipboard

Pluggable Output Processor

Results 13 pluggable-output-processor issues
Sort by recently updated
recently updated
newest added

Hi today i was happy to find your solution for colorizing terminal output for different tools. I'm working on ubuntu 16 and have to following problem after executing your instructions...

enhancement

https://stackoverflow.com/questions/14922960/is-there-an-easy-way-to-color-code-the-compiler-outputs/24225262?noredirect=1#comment75598307_24225262

enhancement

Any errors, exceptions or assertion faults into a colorizer-wrapper shouldn't suppress the output of an original command. For example see #5. There is a mount-colorizer assertion fault is described there....

**mount** colorizer doesn't work if mountpoint or device (which, generally, can be a directory as well if you use `bind` mount option) has a space. This is a result of...

$subj. same for `optimizers`

bug

``` /usr/lib/python3.9/subprocess.py:941: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdout = io.open(c2pread, 'rb', bufsize) ``` and because that's a warning the...

https://no-color.org/ - as outproc does more than "only colors" and may do "much more" in the future, it may be nice to add that (and seems like a low-hanging fruit,...

Currently you need both: * something in PATH named as outproc's symlink * a module named as outproc's symlink If the second doesn't exist, there is an error like this:...