atanunq / viu

Terminal image viewer with native support for iTerm and Kitty
MIT License
2.5k stars 54 forks source link

Add the ability to have some text printed next to the image #118

Open Pasquale-Perilli opened 7 months ago

Pasquale-Perilli commented 7 months ago

Some pictures that we print through viu would be suited to have text to the right.

Say for example, I have this picture being printed by Viu:

viu-pr

If I wanted to have text next to it, I think I would issue a command similar to this:

viu --width 10 --height 10 $HOME/Pictures/christmas-balls.png --text "Merry Christmas and happy new year"

Which would result in some text to the right of the image:

viu-pr-2

I sincerely hope this is doable. It would be amazing!