Skip to content
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

Closed
XVilka opened this issue Nov 10, 2012 · 2 comments
Closed

[enhacement] Disable coloring of commands output when using pipes #24

XVilka opened this issue Nov 10, 2012 · 2 comments

Comments

@XVilka
Copy link
Contributor

XVilka commented Nov 10, 2012

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

@radare
Copy link
Collaborator

radare commented Nov 10, 2012

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:

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


Reply to this email directly or view it on GitHub.

@radare
Copy link
Collaborator

radare commented Nov 13, 2012

implemented in git. thanks for the idea!

@radare radare closed this as completed Nov 13, 2012
@radare radare mentioned this issue Oct 25, 2015
17 tasks
@radare radare mentioned this issue Nov 7, 2015
@radare radare mentioned this issue Sep 5, 2018
yossizap pushed a commit to yossizap/radare2 that referenced this issue Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants