glogg
glogg copied to clipboard
Support to handle linux terminal colors
Thank you for great log viewer. I use it for viewing large application log files. Many of the log files contain escape characters with terminal coloring, e.g.:
"\033[031m RED TEXT \033[0m"
It would be really nice, if one can see such text colorized in Glogg. At least optionally (checkbox).
More info: http://www.malloc.co/linux/how-to-print-with-color-in-linux-terminal/
+! for this
DO IT!!!!
+1
Same issue in klogg variar/klogg#338
Oh it would be awesome but open since 2014...
I vote for this!
Klogg now has an option to understand the color escape sequences. It is slower, but works in many cases.
hi, varlar. it's doesn't work for this condition: "\033[031m RED TEXT \033[0m". I notice this issue: https://github.com/variar/klogg/issues/338 but it's for ANSI: "1;31m [1;31m Test" it doesn't work for linux terminal colors.
the android log format is:"\033[38;5;196m Error Level \033[0m".
this format log works well and shows red color in linux terminal.
you can get it by adb logcat -v color
Ouch. Sorry for that. Adding another regex to filter those out should be quick
I'm willing to implement this feature, give me some time