jstkdng / ueberzugpp

Drop in replacement for ueberzug written in C++
GNU General Public License v3.0
762 stars 26 forks source link

add support for displaying image from url #153

Open shadow-absorber opened 9 months ago

shadow-absorber commented 9 months ago

add support to show images from urls like https://http.cat/100.jpg/ or similar doing this would mean we could work towards adding ueberzug support into w3m or use ueberzug as an external image viewer

jstkdng commented 9 months ago

interesting feature, you can start with a w3m implementation by having it download the pictures and using u++ to display them in the meantime