mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

Detect image protocol instead of relying on viuer #160

Closed mfontanini closed 8 months ago

mfontanini commented 8 months ago

This PR:

The main motivation for this is that viuer has limited detection, e.g. it doesn't know wezterm supports the kitty protocol so now, while it still uses the iterm one by default, you can pass in --image-protocol kitty-local when using wezterm and it will be respected. This is also some ground work to be able to work on #72 next.