nsxiv-extra/scripts/nsxiv-pipe
NRK 60f6086d4d
ci/woodpecker/push/apply-patches Pipeline failed Details
remove mamg22's mail
requested by mamg22
2023-05-25 01:10:41 +06:00
..
README.md remove mamg22's mail 2023-05-25 01:10:41 +06:00
nsxiv-pipe [scripts][pipe]: make it more robust 2021-11-04 14:04:41 +06:00

README.md

nsxiv-pipe

This script allows piping images into nsxiv via draining the pipe into a temp file. The reason for this is because Imlib2 (the image library nsxiv uses) cannot read from pipes (#296). $TMPDIR is respected if set.

Example usage:

curl 'https://link.to/image' | nsxiv-pipe

nsxiv-pipe < /path/to/image.png

Authors

  • mamg22
  • NRK <nrk at disroot dot org>