Ben1152000 / sootty

A command-line tool for displaying vcd waveforms.
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

Add support for other terminals #15

Open Ben1152000 opened 2 years ago

Ben1152000 commented 2 years ago

Figure out nice display regardless of terminal (kitty and iterm). Are there any other terminals that could work?

Ben1152000 commented 2 years ago

Tested on kitty and iterm so far, they both seem to work fairly well.

Edit: The current tool being used (viu) is designed to exclusively support kitty and iterm. We should consider migrating to a different solution to support a wider variety of terminals.

yihuajack commented 1 year ago

What about https://github.com/nabijaczleweli/termimage?