pluggable-output-processor
                                
                                 pluggable-output-processor copied to clipboard
                                
                                    pluggable-output-processor copied to clipboard
                            
                            
                            
                        Pluggable Output Processor
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...
https://stackoverflow.com/questions/14922960/is-there-an-easy-way-to-color-code-the-compiler-outputs/24225262?noredirect=1#comment75598307_24225262
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...
need to deal w/ it somehow...
``` /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:...