mozilla / mig

Distributed & real time digital forensics at the speed of the cloud

Home Page:http://mig.mozilla.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clients should provide method to disable color terminal escape sequences

ameihm0912 opened this issue · comments

clients will emit escape sequences regardless of set terminal capabilities, and depending on the terminal configuration some of the colors used are hard to read.

It would be nice to have an option to disable colors in the clients.

👍 would be nice to make it a conf option in .migrc too
On Apr 23, 2016 5:01 PM, "Aaron Meihm" notifications@github.com wrote:

clients will emit escape sequences regardless of set terminal
capabilities, and depending on the terminal configuration some of the
colors used are hard to read.

It would be nice to have an option to disable colors in the clients.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#215

we can set a flag in .migrc file and according to that we can disable the colors in terminal . Default option of that flag is color enable. Investigator can disable the color by changing that flag either manually or by command.
So which way is preferable ?

Would say just a configuration in .migrc here would work fine.