JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
254 stars 55 forks source link

Display ANSI colours in log files #140

Open mcarans opened 1 year ago

mcarans commented 1 year ago

ANSI colours should be shown correctly in log files. Currently the escape sequences are just displayed raw eg. 

andyslack commented 1 year ago

I'm looking for the same e.g.

c[3:40:02 PM] Starting compilation in watch mode...

To restart at any time, enter rs.

[3:40:16 PM] Found 0 errors. Watching for file changes.

Starting Nest application...NestFactory
TypeOrmModule dependencies initializedInstanceLoader
PassportModule dependencies initializedInstanceLoader
JwtModule dependencies initializedInstanceLoader
ConfigHostModule dependencies initializedInstanceLoader
Nepo26 commented 1 year ago

Just want to say that this has been asked for before and is related to https://github.com/JetBrains/ideolog/issues/113 and https://github.com/JetBrains/ideolog/issues/74.