buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
658 stars 44 forks source link

Support for video html tags #78

Open simonbyrne opened 4 years ago

simonbyrne commented 4 years ago

Our pipelines often produce video renderings of our simulations. It would be very useful if we could embed the videos in the log output, similar to how images are handled.

ticky commented 4 years ago

Is there a terminal which supports this already? Our aim is to add functionality more or less equivalent to that of your existing desktop terminal.

Otherwise, for things like this I’d suggest using annotations!

simonbyrne commented 4 years ago

Okay, annotations might work. Is there a way to link annotations with the step they were created in?