ryran / xsos

sosreport examiner - instantly summarize system info from a sosreport or a running system
337 stars 121 forks source link

Suggestion: xsos results output to HTML #246

Closed pjhwa closed 4 years ago

pjhwa commented 5 years ago

If xsos results might be able to converted to HTML, it would be great using Web browser from web based environment.

ryran commented 5 years ago

I agree -- would be awesome! I don't have any plans to do that kind of work.

superjamie commented 5 years ago

It would be nice, but it's a rather large job to separate the xsos "processing engine" from the "output engine" to allow variable sorts of output. I don't think any of us have time to work on such a large change unfortunately.

It would be more appropriate to use an existing ANSI-to-HTML tool like those detailed here:

Then xsos can focus on making good bash output, and the tool can focus on good conversion from bash ANSI to HTML.