xyb3rt / sxiv

Simple X Image Viewer
GNU General Public License v2.0
1.8k stars 264 forks source link

Future Support for Viewing Images from URLs or Patch to Add the Feature? #431

Open Etherum1914 opened 3 years ago

Etherum1914 commented 3 years ago

Will there be support for viewing images from URLs like in feh?

And, since this is a very suckless-like piece of software, I would have looked up a patch but there aren't any (at least on my searches). It's the only feature I would like to have but is missing.

Ne02ptzero commented 3 years ago

I've made patches here[1] for that, if you're still interested. Should work out of the box with images and gifs.

[1] https://git.sr.ht/~ne02ptzero/sxiv

N-R-K commented 2 years ago

This can be done with a script instead, see: https://github.com/nsxiv/nsxiv/wiki/nsxiv-url

GRFreire commented 2 years ago

This is also implemented in my fork out of the box, no need for a wrapper script (just type sxiv https://url-to-image.png). If you are interested you can check out it here (or in the aur if you are using a arch based distro)