-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[enhacement] Disable coloring of commands output when using pipes #24
Comments
We can add an option for that.. But sometimes piping ansi escape codes is the desired way to work. (ex: pd | less -R) e scr.pipecolor=(bool) On Nov 10, 2012, at 18:06, Anton Kochkov notifications@github.com wrote:
|
implemented in git. thanks for the idea! |
compile and run on Windows
E.g. use scr.color value when show output on screen, but disable color symbols when use pipes, e.g.
pd | curl -F 'sprunge.us=<-' http://sprunge.us/
See example of output messed by color codes: http://sprunge.us/AEZW
The text was updated successfully, but these errors were encountered: